Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
15
app/views/issues/_watchers_form.html.erb
Normal file
15
app/views/issues/_watchers_form.html.erb
Normal file
|
@ -0,0 +1,15 @@
|
|||
<% if @issue.safe_attribute? 'watcher_user_ids' -%>
|
||||
<%= hidden_field_tag 'issue[watcher_user_ids][]', '' %>
|
||||
<p id="watchers_form"><label><%= l(:label_issue_watchers) %></label>
|
||||
<span id="watchers_inputs">
|
||||
<%= watchers_checkboxes(@issue, users_for_new_issue_watchers(@issue)) %>
|
||||
</span>
|
||||
<span class="search_for_watchers">
|
||||
<%= link_to l(:label_search_for_watchers),
|
||||
{:controller => 'watchers', :action => 'new', :project_id => @issue.project},
|
||||
:class => 'icon icon-add-bullet',
|
||||
:remote => true,
|
||||
:method => 'get' %>
|
||||
</span>
|
||||
</p>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue