Mercurial > hg > soundsoftware-site
annotate .svn/pristine/41/41040292634caf486eab580143d2c52c3598e8c6.svn-base @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +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) %> |