<%= l(:label_user_watcher)%>

加入时间
<% for user in @project.watcher_users %>
<%= user.nil? ? '' : (image_tag(url_to_avatar(user), :width => 32, :height => 32)) %> <%= l(:label_username)%> <%= link_to(user.name, user_path(user),:class => "ml10 c_blue02") %> <%= format_date(user.created_on) %>
<% end%>
<% html_title(l(:label_followers)) -%>