annotate .svn/pristine/41/41040292634caf486eab580143d2c52c3598e8c6.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@1295 1 <% if User.current.allowed_to?(:add_issue_watchers, @project) %>
Chris@1295 2 <div class="contextual">
Chris@1295 3 <%= link_to l(:button_add),
Chris@1295 4 {:controller => 'watchers', :action => 'new', :object_type => watched.class.name.underscore, :object_id => watched},
Chris@1295 5 :remote => true,
Chris@1295 6 :method => 'get' %>
Chris@1295 7 </div>
Chris@1295 8 <% end %>
Chris@1295 9
Chris@1295 10 <h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3>
Chris@1295 11
Chris@1295 12 <%= watchers_list(watched) %>