Adding Anchor To Comments Section from Article (#284)
This commit is contained in:
parent
69fc87a67d
commit
c29e6a59e5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
<% if story.comments_count > 0 %>
|
||||
<div class="article-engagement-count comments-count">
|
||||
<a href="<%=story.path%>">
|
||||
<a href="<%=story.path%>#comments-container">
|
||||
<img src="<%= asset_path("comments-bubble.png") %>" alt="chat" /><span class="engagement-count-number"><%= story.comments_count %></span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue