Adding Anchor To Comments Section from Article (#284)

This commit is contained in:
Jack Harner 2018-08-08 15:48:26 -06:00 committed by Ben Halpern
parent 69fc87a67d
commit c29e6a59e5

View file

@ -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>