门户页面粉丝数显示
This commit is contained in:
parent
ca08efa7e5
commit
3d13304f26
|
@ -194,7 +194,7 @@ software development and software crowdsourcing.</td></tr>
|
|||
<tr>
|
||||
<td rowspan="2" align="left"><%=link_to image_tag(url_to_avatar(User.current), :class => 'avatar'), user_path(User.current) %></td>
|
||||
<td><%= l(:label_user_watcher) %> (<strong class="font_small_watch"><%= link_to User.watched_by(User.current).count, user_path(User.current) %></strong>) 
|
||||
<%= l(:label_user_fans) %>(<strong class="font_small_watch"><%=link_to @user.watcher_users(@user.id).count,user_path(User.current) %></strong>)</td>
|
||||
<%= l(:label_user_fans) %>(<strong class="font_small_watch"><%=link_to User.current.watcher_users(User.current.id).count, user_path(User.current) %></strong>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><% unless User.current.memberships.empty? %>
|
||||
|
|
Loading…
Reference in New Issue