44 lines
527 B
Plaintext
44 lines
527 B
Plaintext
= link_to 'Ajouter une action', new_admin_contact_action_path, :class => "btn btn-primary", :style => "float:right;", :remote => true
|
|
|
|
|
|
%h1 Liste des contact_actions
|
|
|
|
|
|
%table.table.table-hover
|
|
%thead#Admin_rows_header.rows_header
|
|
|
|
%tr
|
|
%td
|
|
%td
|
|
Date
|
|
%td
|
|
Nom
|
|
%td
|
|
Coordonnées
|
|
|
|
|
|
%td Géré par
|
|
|
|
%td{:style => "width:150px"}
|
|
|
|
|
|
|
|
|
|
|
|
%tbody#admin_rows.rows
|
|
|
|
=render @contact_actions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|