2013-07-18 01:23:48 +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