Mercurial > hg > soundsoftware-site
comparison .svn/pristine/41/41040292634caf486eab580143d2c52c3598e8c6.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <% if User.current.allowed_to?(:add_issue_watchers, @project) %> | |
2 <div class="contextual"> | |
3 <%= link_to l(:button_add), | |
4 {:controller => 'watchers', :action => 'new', :object_type => watched.class.name.underscore, :object_id => watched}, | |
5 :remote => true, | |
6 :method => 'get' %> | |
7 </div> | |
8 <% end %> | |
9 | |
10 <h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3> | |
11 | |
12 <%= watchers_list(watched) %> |