|
|
|
@ -117,6 +117,10 @@
|
|
|
|
|
<div>
|
|
|
|
|
<%= link_to image_tag(url_to_avatar(user), :class => 'avatar'), user_path(user) %>
|
|
|
|
|
<%= content_tag "span", link_to_user(user), :class => "nomargin avatar_name" %>
|
|
|
|
|
<div style="position:relative;float:left;margin-top:-2px;margin-left: 100px">
|
|
|
|
|
<%= l(:label_user_grade) %>: <span style="color:red"><%= user.user_status.grade %></span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- <%= content_tag "div", "#{l(:label_user_grade)}:" %><%= user.user_status.grade %> -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -125,9 +129,9 @@
|
|
|
|
|
<%= l(:label_has_watchers,:count=>User.watched_by(user.id).count) %>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div style="position:relative;float:left;margin-top:-20px;margin-left: 724px">
|
|
|
|
|
<!-- <div style="position:relative;float:left;margin-top:-20px;margin-left: 724px">
|
|
|
|
|
<%= l(:label_user_grade) %>: <span style="color:red"><%= user.user_status.grade %></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<div class="user-bottom">
|
|
|
|
|
<% unless user.memberships.empty? %>
|
|
|
|
|