aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/index.html.erb
blob: 473bcbb46e505e57f5d73b1358f035897cdaae33 (plain)
1
2
3
4
5
6
<h1>Listing Resources</h1>

<%= paginate @resources %>

<%= render partial: 'resource', collection: @resources %>