noesya/osuny

View on GitHub
app/views/admin/communication/websites/posts/authors/show.html.erb

Summary

Maintainability
Test Coverage
<% content_for :title, @author_l10n %>

<% if @posts.any? %>
  <p>
    <%= @posts.total_count %>
    <%= Communication::Website::Post.model_name.human(count: @posts.total_count).downcase %>
  </p>
  <%= render 'admin/communication/websites/posts/list', posts: @posts %>
  <%= paginate @posts if @posts.total_pages > 1 %>
<% end %>

<% content_for :action_bar_right do %>
  <%= edit_link @author %>
<% end %>