1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/admin/categories/index.html.haml
2013-05-30 08:09:31 +01:00

17 lines
299 B
Plaintext

%h2 Categories
%table
%thead
%tr
%th Name
%th Slug
%th Base Colour
%th
%tbody
= render :partial => "category", :collection => @categories
%tfoot
%tr
%td{:colspan => 5}
%br/
= link_to 'New Category', new_admin_category_path, :class => [:button, :new]