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

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

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