index.html.haml revision 208522e3241101466b6ce3d5ad7c73e066f64743
%h2= @page_title = 'Categories'
%p
= pluralize collection.total_count, resource_class.to_s
found
= pagination do
%table
%thead
%th ID
%th Name
%th
%tbody
= render collection.sort_by { |c| c.id }
%a{:class => 'btn btn-primary', :href => new_admin_category_path}>Create Category