summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-02-13 17:32:26 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-02-13 17:32:26 +0000
commit9548d39a15c15338c790f18cdced3b17029af282 (patch)
treeea5e1de22704396fb0729550dfaca76a1a18f469 /app/views
parent2b124f1e61da30a103f78a645e0237cb8c14d577 (diff)
downloadredmine-9548d39a15c15338c790f18cdced3b17029af282.tar.gz
redmine-9548d39a15c15338c790f18cdced3b17029af282.zip
Moved users list diplayed as available watchers on the new issue form to an helper.
git-svn-id: http://svn.redmine.org/redmine/trunk@13995 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/issues/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/new.html.erb b/app/views/issues/new.html.erb
index 206df8d18..f168c39a4 100644
--- a/app/views/issues/new.html.erb
+++ b/app/views/issues/new.html.erb
@@ -35,7 +35,7 @@
<% if @issue.safe_attribute? 'watcher_user_ids' -%>
<p id="watchers_form"><label><%= l(:label_issue_watchers) %></label>
<span id="watchers_inputs">
- <%= watchers_checkboxes(@issue, @available_watchers) %>
+ <%= watchers_checkboxes(@issue, users_for_new_issue_watchers(@issue)) %>
</span>
<span class="search_for_watchers">
<%= link_to l(:label_search_for_watchers),