Chris@1115: <% if User.current.allowed_to?(:add_issue_watchers, @project) %> Chris@0:
Chris@1115: <%= link_to l(:button_add), Chris@1115: {:controller => 'watchers', :action => 'new', :object_type => watched.class.name.underscore, :object_id => watched}, Chris@1115: :remote => true, Chris@1115: :method => 'get' %> Chris@0:
Chris@1115: <% end %> Chris@0: Chris@0:

<%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)

Chris@0: Chris@0: <%= watchers_list(watched) %>