42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
.blog_sidebar_top.forum_sidebar
|
|
.blog_sidebar.right
|
|
|
|
=render :partial => "forum/forum_topics/sidebar"
|
|
|
|
.blog_content
|
|
.inner{:style => "width:100%;float:left;"}
|
|
|
|
.article_content
|
|
.padding{:style => "padding:20px;"}
|
|
.forum_user_show
|
|
=image_tag(forum_avatar_url(@user) , :class => "avatar", :style => "width:100%; border-radius:50%;")
|
|
|
|
.desc
|
|
%h2
|
|
=@user.firstname
|
|
=@user.name
|
|
-if moderator?
|
|
-if @user.lock
|
|
=link_to i(:unlock)+" débloquer cet utilisateur", lock_forum_forum_user_path(@user)
|
|
-else
|
|
=link_to i(:lock)+" bloquer cet utilisateur", lock_forum_forum_user_path(@user)
|
|
|
|
|
|
=simple_format @user.bio
|
|
|
|
%p
|
|
=link_to i(:pencil), edit_forum_forum_user_path(@user) if @user == current_fuser or moderator?
|
|
.clear
|
|
|
|
|
|
|
|
%h2
|
|
Fils de discussion ouverts par
|
|
=@user.firstname
|
|
=@user.name
|
|
|
|
.forum_topics=render @user.topics.enableds
|
|
|
|
|
|
|