34 lines
430 B
Plaintext
34 lines
430 B
Plaintext
= link_to 'Ajouter une ressource', new_admin_topic_path, :class => "btn btn-primary", :style => "float:right;", :remote => true
|
|
|
|
|
|
%h1 Liste des ressources
|
|
|
|
|
|
%table.table.table-hover
|
|
%thead#Admin_rows_header.rows_header
|
|
|
|
%tr
|
|
|
|
|
|
%td
|
|
Nom
|
|
|
|
|
|
|
|
%td{:style => "width:100px"}
|
|
|
|
|
|
|
|
|
|
|
|
%tbody#topic_rows.rows
|
|
|
|
=render @topics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|