Skip to content

Commit

Permalink
Update _new_question.html.erb (publiclab#11359)
Browse files Browse the repository at this point in the history
  • Loading branch information
zadilkhwaja committed Aug 22, 2022
1 parent 6393253 commit 9411c29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/questions/_new_question.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@
<% end %>
<li>
<a href="<%= node.path %>#comments">Total Comments: <%= node.comments_viewable_by(current_user).size %></a>
<a><span class="d-none d-lg-inline">Total Views: <%= number_with_delimiter(node.views) %></span></a>
</li>
<li>
<a href="/n/<%= node.id %>">Read More</a>
<a>Total Likes: <%= node.likes %></a>
</li>
<li>
<a><span class="d-none d-lg-inline">Total Views: <%= number_with_delimiter(node.views) %></span></a>
<a href="<%= node.path %>#comments">Total Comments: <%= node.comments_viewable_by(current_user).size%></a>
</li>
<li>
<a>Total Likes: <%= node.likes %></a>
<a href="/n/<%= node.id %>">Read More</a>
</li>
<% if params[:mod] %>| <a href="#"><i class="fa fa-ban"></i></a><% end %>
<% if current_user %>
Expand Down

0 comments on commit 9411c29

Please sign in to comment.