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
2011-11-02 09:29:15 +00:00

16 lines
256 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 Page', new_admin_page_path, :class => [:button, :new]