index.html.haml revision 1015a126218a254ba839bd8488a780d0bb139651
335N/A%h2= @page_title = 'Users'
0N/A
0N/A= render :partial => 'filter'
0N/A
335N/A%p
0N/A = pluralize collection.total_count, resource_class.to_s
0N/A found
0N/A
0N/A= pagination do
0N/A %table
0N/A %thead
0N/A %th ID
0N/A %th Name
0N/A %th Email
0N/A %th Admin
0N/A %th
0N/A %tbody
0N/A = render collection
878N/A