13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
=link_to "nouvel utilisateur", new_forum_forum_user_path, :class => "btn btn-primary", :style => "margin:1em 0em;float:right" if moderator?
|
|
|
|
%h1 Liste des utilisateurs
|
|
|
|
%table.table.table-hover.table-striped
|
|
%tr
|
|
%th{:style => "width:50px;"}
|
|
%th Nom
|
|
%th Topics
|
|
%th Messages
|
|
-if moderator?
|
|
%th Actions
|
|
=render @users |