app/views/admin/communication/extranets/posts/index.html.erb
<% content_for :title, Communication::Extranet.human_attribute_name(:feature_posts) %>
<%= render 'admin/communication/extranets/posts/list', posts: @posts %>
<%= paginate @posts %>
<% content_for :action_bar_right do %>
<%= create_link Communication::Extranet::Post %>
<% end %>