Skip to content

Commit

Permalink
Update _node_meta.html.erb (#8097)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavaddepalli authored Jul 1, 2020
1 parent c60aaab commit 60cdd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/_node_meta.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<div class="card-meta-links">
<a href="<%= node.path %>#comments"><i class="fa fa-comment-o"></i> <%= node.comments_viewable_by(current_user).length %></a>
| <a href="/n/<%= node.id %>"><i class="fa fa-link"></i></a>
| <a aria-label="Link to note" href="/n/<%= node.id %>"><i class="fa fa-link"></i></a>
| <span><i class="fa fa-eye"></i> <%= number_with_delimiter(node.views) %></span>
| <span><i style="<% if node.likes > 0 %>color:#db4;<% end %>" class="fa fa-star-o"></i> <%= node.likes %></span>
<% if params[:mod] %>| <a href="#"><i class="fa fa-ban"></i></a><% end %>
Expand Down

0 comments on commit 60cdd8f

Please sign in to comment.