Page Summary

    <% @admin_posts.each do |admin_post| %>
  • <%= span_if_current admin_post.title.html_safe + " (#{admin_post.count_visible_comments})", admin_post %>
  • <% end %>