ual_app/app/views/admin/artworks/index.html.haml
2014-08-24 00:18:02 +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