comment count is technically an 'aside'
This commit is contained in:
parent
3705283322
commit
c610fee93b
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
|||
<p>
|
||||
<%= link_to t('blog.shared.posts.read_more'), blog_post_url(post) %>
|
||||
|
||||
<span class='comment_count'>
|
||||
<aside class='comment_count'>
|
||||
<% if post.comments.any? %>
|
||||
(<%= pluralize(post.comments.approved.count, t('blog.shared.comments.singular')) %>)
|
||||
<% else %>
|
||||
(<%= t('blog.shared.comments.none') %>)
|
||||
<% end %>
|
||||
</span>
|
||||
</aside>
|
||||
</p>
|
||||
</footer>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue