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
2014-12-13 17:19:42 +00:00

17 lines
256 B
Plaintext

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