1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/admin/pages/index.html.haml

16 lines
260 B
Plaintext

%h2 Pages
%table
%thead
%tr
%th Name
%th Title
%th
%tbody
= render :partial => "page", :collection => @pages
%tfoot
%tr
%td{:colspan => 4}
%br/
= link_to 'New Category', new_admin_page_path, :class => [:button, :new]