<% if policy(@admin_posts).can_post? %> <%= render "admin_index" %> <% else %>

<%= link_to ts("AO3 News"), admin_posts_path %>

<% @admin_posts.each do |admin_post| %>
<%= render "admin_post", admin_post: admin_post %>

<%= ts("Comment") %>

<% end %>
<%= will_paginate @admin_posts %> <% end %>