13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
=link_to "nouvel utilisateur", new_admin_admin_path, :class => "button", :style => "margin:1em 0em;float:right"
|
|
|
|
%h1 Liste des utilisateurs
|
|
|
|
%table
|
|
%tr
|
|
%th{:style => "width:50px;"}
|
|
%th Nom
|
|
%th Messages
|
|
%th Topics
|
|
|
|
%th Actions
|
|
=render @admins |