To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 41 / 41040292634caf486eab580143d2c52c3598e8c6.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (416 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | <% 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) %> |