<% title("Posts Dashboard") %>

Posts Dashboard

<%= link_to "Back to Admin", admin_root_path %>


Published: <%= link_to "#{pluralize(@published_post_count, 'post')}", admin_posts_path %>
Drafts: <%= link_to "#{pluralize(@draft_post_count, 'draft')}", admin_posts_drafts_path %>
<%= link_to "New post", new_admin_post_path %>