otwarchive-symphonyarchive/app/views/admin_posts/_sidebar.html.erb

9 lines
339 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<nav id="dashboard" class="admin region" role="navigation region">
<h3 class="landmark heading">Page Summary</h3>
<ul class="navigation actions">
<% @admin_posts.each do |admin_post| %>
<li><%= span_if_current admin_post.title.html_safe + " (#{admin_post.count_visible_comments})", admin_post %></li>
<% end %>
</ul>
</nav>