#1958 关注有用户0个后边取消冒号

This commit is contained in:
sw 2015-03-04 10:02:40 +08:00
parent 5bba54432d
commit 33e9a3e326
2 changed files with 64 additions and 48 deletions

View File

@ -1,23 +1,33 @@
<h3><%= l(:label_user_watcher)%></h3> <h3><%= l(:label_user_watcher)%></h3>
<div class="inf_user_image"> <div class="inf_user_image">
<% for user in User.watched_by(@user.id) %> <% for user in User.watched_by(@user.id) %>
<ul class="list_watch"><li> <ul class="list_watch">
<table width="660px" border="0" align="center"> <li>
<table width="660px" border="0" align="center">
<tr> <tr>
<td colspan="2" valign="top" width="50" ><%= link_to image_tag(url_to_avatar(user), :class => "avatar"), user_path(user), :title => "#{user.name}" %></td> <td colspan="2" valign="top" width="50" >
<td><table width="580px" border="0"> <%= link_to image_tag(url_to_avatar(user), :class => "avatar"), user_path(user), :title => "#{user.name}" %>
</td>
<td>
<table width="580px" border="0">
<tr> <!-- modified by bai 增加了关注人的名字全称--> <tr> <!-- modified by bai 增加了关注人的名字全称-->
<td colspan="2" valign="top"><strong><%= content_tag "div", link_to(user.name,user_path(user)), :class => "project_avatar_name" %></strong> <td colspan="2" valign="top">
<strong>
<%= content_tag "div", link_to(user.name,user_path(user)), :class => "project_avatar_name" %>
</strong>
</td> </td>
</tr> </tr>
<tr> <!-- modified by bai 区别了“关注”里个人参与的项目与课程--> <tr> <!-- modified by bai 区别了“关注”里个人参与的项目与课程-->
<td colspan="2" width="580px" ><p class="font_description"> <td colspan="2" width="580px" >
<p class="font_description">
<%# unless user.memberships.empty? %> <%# unless user.memberships.empty? %>
<% cond = Project.visible_condition(User.current) + " AND projects.project_type <> 1" %> <% cond = Project.visible_condition(User.current) + " AND projects.project_type <> 1" %>
<% memberships = user.memberships.all(:conditions => cond) %> <% memberships = user.memberships.all(:conditions => cond) %>
<%= l(:label_x_contribute_to, :count => memberships.count) %> <%= l(:label_x_contribute_to, :count => memberships.count) %>
<%= "" unless memberships.empty? %>
<% for member in memberships %> <% for member in memberships %>
<%= link_to_project(member.project) %><%= (user.memberships.last == member) ? '' : '' %> <%= link_to_project(member.project) %>
<%= (user.memberships.last == member) ? '' : '' %>
<% end %> <% end %>
<%# end %> <%# end %>
</p> </p>
@ -25,6 +35,7 @@
<%# unless user.memberships.empty? %> <%# unless user.memberships.empty? %>
<% user_courses = user_courses_list(user) %> <% user_courses = user_courses_list(user) %>
<%= l(:label_x_course_contribute_to, :count => user_courses.count) %> <%= l(:label_x_course_contribute_to, :count => user_courses.count) %>
<%= "" unless user_courses.empty? %>
<% for course in user_courses %> <% for course in user_courses %>
<%# if course.name != nil %> <%# if course.name != nil %>
<%= link_to course.name,{:controller => 'courses',:action => 'show',id:course.id, host: Setting.course_domain} %><%= (user_courses.last == course) ? '' : '' %> <%= link_to course.name,{:controller => 'courses',:action => 'show',id:course.id, host: Setting.course_domain} %><%= (user_courses.last == course) ? '' : '' %>
@ -37,11 +48,16 @@
<!-- end --> <!-- end -->
<tr> <tr>
<td width="200" align="right" class="font_lighter"><%= l(:label_user_joinin) %><%= format_date(user.created_on) %> <td width="200" align="right" class="font_lighter">
<%= l(:label_user_joinin) %>
<%= format_date(user.created_on) %>
</td> </td>
</tr> </tr>
</table></td> </table>
</td>
</tr> </tr>
</table></li></ul> </table>
</li>
</ul>
<% end %> <% end %>
</div> </div>

View File

@ -1420,9 +1420,9 @@ zh:
label_contribute_to: 参与了 %{project_count} 个项目: label_contribute_to: 参与了 %{project_count} 个项目:
#modify by men #modify by men
label_x_contribute_to: label_x_contribute_to:
zero: 参与了 %{count} 个项目 zero: 参与了 %{count} 个项目
one: 参与了 %{count} 个项目 one: 参与了 %{count} 个项目
other: 参与了 %{count} 个项目 other: 参与了 %{count} 个项目
#end #end
label_total_commit: 共%{total_commit}次提交 label_total_commit: 共%{total_commit}次提交
label_question_number: 第%{question_number}题: label_question_number: 第%{question_number}题:
@ -1809,9 +1809,9 @@ zh:
label_course_contribute_to: 参与了 %{project_count} 个项目: label_course_contribute_to: 参与了 %{project_count} 个项目:
label_x_course_contribute_to: label_x_course_contribute_to:
zero: "参与了 %{count} 个课程" zero: "参与了 %{count} 个课程"
one: "参与了 %{count} 个课程" one: "参与了 %{count} 个课程"
other: "参与了 %{count} 个课程" other: "参与了 %{count} 个课程"
label_join_contest: 加入竞赛 label_join_contest: 加入竞赛
label_exit_contest: 退出竞赛 label_exit_contest: 退出竞赛