noesya/osuny

View on GitHub
app/views/admin/communication/websites/portfolio/projects/index.html.erb

Summary

Maintainability
Test Coverage
<% content_for :title, Communication::Website::Portfolio::Project.model_name.human(count: 2) %>

<div class="d-flex justify-content-between mb-4">
  <p>
    <%= @projects.total_count %>
    <%= Communication::Website::Portfolio::Project.model_name.human(count: @projects.total_count).downcase %>
  </p>
  <%= render 'filters', current_path: admin_communication_website_portfolio_projects_path, website: @website %>
</div>

<%= render 'admin/communication/websites/portfolio/projects/list', projects: @projects %>
<%= paginate @projects %>

<% content_for :action_bar_right do %>
  <%= create_link Communication::Website::Portfolio::Project %>
<% end %>