mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
17 lines
256 B
Plaintext
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]
|