blog_eft_app/app/views/admin/artworks/index.html.haml
2013-09-09 16:15:13 +02:00

39 lines
415 B
Plaintext

= link_to 'Ajouter un portfolio', new_admin_portfolio_path, :remote => true, :class => "btn btn-success btn-large", :style => "float:right;"
%h1 Liste des portfolios
%table.table.table-hover
%thead#Admin_rows_header.rows_header
%tr
%td
Titre du portfolio
%td{:style => "width:70px"}
 
%tbody#portfolio_rows.rows
=render @portfolios