屏蔽用户界面的关注需求功能
This commit is contained in:
parent
b34a8d6166
commit
a58a747cfa
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
<strong class="font_small_watch"><%= link_to l(:label_x_user_fans, :count => User.current.watcher_users(User.current.id).count)+"("+@user.watcher_users.count.to_s+")", :controller=>"users", :action=>"user_fanslist" %></strong>
|
<strong class="font_small_watch"><%= link_to l(:label_x_user_fans, :count => User.current.watcher_users(User.current.id).count)+"("+@user.watcher_users.count.to_s+")", :controller=>"users", :action=>"user_fanslist" %></strong>
|
||||||
|
|
||||||
<strong class="font_small_watch"><%= link_to l(:label_requirement_focus)+"("+Bid.watched_by(@user).where('reward_type = ?', 1).count.to_s+")" ,:controller=>"users", :action=>"watch_bids"%></strong> <!-- added by huang -->
|
<!-- <strong class="font_small_watch"><%= link_to l(:label_requirement_focus)+"("+Bid.watched_by(@user).where('reward_type = ?', 1).count.to_s+")" ,:controller=>"users", :action=>"watch_bids"%></strong>--> <!-- added by huang -->
|
||||||
<!-- added by bai 个人签名-->
|
<!-- added by bai 个人签名-->
|
||||||
<% if @user.id == User.current.id %>
|
<% if @user.id == User.current.id %>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue