diff --git a/app/views/projects/watcherlist.html.erb b/app/views/projects/watcherlist.html.erb index 0a7a222d4..4eacf836f 100644 --- a/app/views/projects/watcherlist.html.erb +++ b/app/views/projects/watcherlist.html.erb @@ -1,36 +1,27 @@ -

<%= l(:label_user_watcher)%>

-
- <% for user in @project.watcher_users %> - -<% end %> +
+
+ 加入时间 +
+ + <% for user in @project.watcher_users %> +
+ + <%= user.nil? ? '' : (image_tag(url_to_avatar(user), :width => 32, :height => 32)) %> + + <%= l(:label_username)%> + <%= link_to_user(user) %> + + <%= format_date(user.created_on) %> +
+
+ <% end%> + + +
+
+ <% html_title(l(:label_followers)) -%> \ No newline at end of file