Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
12
app/views/watchers/_watchers.html.erb
Normal file
12
app/views/watchers/_watchers.html.erb
Normal file
|
@ -0,0 +1,12 @@
|
|||
<% if User.current.allowed_to?(:add_issue_watchers, watched.project) %>
|
||||
<div class="contextual">
|
||||
<%= link_to l(:button_add),
|
||||
new_watchers_path(:object_type => watched.class.name.underscore, :object_id => watched),
|
||||
:remote => true,
|
||||
:method => 'get' %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<h3><%= l(:label_issue_watchers) %> (<%= watched.watcher_users.size %>)</h3>
|
||||
|
||||
<%= watchers_list(watched) %>
|
Loading…
Add table
Add a link
Reference in a new issue