38 lines
439 B
Plaintext
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|