app/views/articles/_comment_count.html.erb

Summary

Maintainability
Test Coverage
<%= content_tag :span, title: tco(:comment) do %>
  <%= link_to "#{image_tag('comment.png')}#{article.comments.size}".html_safe, "#{article_path(article.id)}#comment-list-title" %>
<% end %>