beagle_app/app/views/admin/t_cats/index.html.haml
Nicolas Bally 7b6cba2128 initial
2015-01-27 23:13:36 +01:00

38 lines
439 B
Plaintext

= link_to 'Ajouter une catégorie', new_admin_t_cat_path, :remote => true, :class => "btn btn-primary", :style => "float:right;"
%h1 Liste des catégories
%table.table.table-hover.table-striped
%thead#Admin_rows_header.rows_header
%tr
%td
Nom
%td{:style => "width:100px"}
 
%tbody#t_cat_rows.rows
=render @t_cats