11 lines
517 B
Plaintext
Executable File
11 lines
517 B
Plaintext
Executable File
%tr.vertical_center.forum_user#forum_user{:id => forum_user.id}
|
|
|
|
%td=image_tag (forum_user.avatar? ? forum_user.avatar.square.url : ""), :class => "avatar", :style => "width:50px; border-radius:50%;"
|
|
|
|
%td=link_to forum_user.firstname.to_s+" "+forum_user.name.to_s, forum_forum_user_path(forum_user)
|
|
%td=forum_user.topics.count
|
|
%td=forum_user.messages.count
|
|
|
|
-if moderator?
|
|
%td
|
|
=link_to i(:"trash-o"), [:forum, forum_user], :method => :delete, :confirm => "Voulez-vous vraiment supprimer cet utilisateur ?" |