Mercurial > hg > soundsoftware-site
view app/views/watchers/_watchers.html.erb @ 1466:834828a14f2b bug_598
Close obsolete branch bug_598
author | Chris Cannam |
---|---|
date | Fri, 21 Jun 2013 14:51:55 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line source
<% if User.current.allowed_to?(:add_issue_watchers, @project) %> <div class="contextual"> <%= link_to l(:button_add), {:controller => 'watchers', :action => 'new', :object_type => watched.class.name.underscore, :object_id => watched}, :remote => true, :method => 'get' %> </div> <% end %> <h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3> <%= watchers_list(watched) %>