libertarian-party/partynest

View on GitHub
app/views/staffs/accounts/index.html.erb

Summary

Maintainability
Test Coverage
<div class="container">
  <%= nav_breadcrumb(
    [translate(:staff_services), staff_root_path],
    Account.model_name.human(count: 0),
  ) %>

  <%= render partial: 'table', locals: { accounts: @accounts } %>
  <%= pagination @accounts %>
</div>