annotate .svn/pristine/41/41040292634caf486eab580143d2c52c3598e8c6.svn-base @ 1516:b450a9d58aed redmine-2.4

Update to Redmine SVN revision 13356 on 2.4-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:28:31 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 <% if User.current.allowed_to?(:add_issue_watchers, @project) %>
Chris@1296 2 <div class="contextual">
Chris@1296 3 <%= link_to l(:button_add),
Chris@1296 4 {:controller => 'watchers', :action => 'new', :object_type => watched.class.name.underscore, :object_id => watched},
Chris@1296 5 :remote => true,
Chris@1296 6 :method => 'get' %>
Chris@1296 7 </div>
Chris@1296 8 <% end %>
Chris@1296 9
Chris@1296 10 <h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3>
Chris@1296 11
Chris@1296 12 <%= watchers_list(watched) %>