somleng/somleng

View on GitHub
app/views/dashboard/imports/index.html.erb

Summary

Maintainability
Test Coverage
<%= page_title(title: "Imports") %>

<div class="card-body">
  <%= render "collection", resources: @resources %>
  <%= render "shared/pagination", resources: @resources %>
</div>