summaryrefslogtreecommitdiffstats
path: root/app/views/watchers/_new.html.erb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-01-11 05:26:33 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-01-11 05:26:33 +0000
commit3e17eb2956a5566b5852c901c5743a32ac2c1dd7 (patch)
tree3a20b01dfe34923963d27276d77a4ce2300d7160 /app/views/watchers/_new.html.erb
parenta7b8e6c02a473134e3ba8097133d3f05aa76decb (diff)
downloadredmine-3e17eb2956a5566b5852c901c5743a32ac2c1dd7.tar.gz
redmine-3e17eb2956a5566b5852c901c5743a32ac2c1dd7.zip
code format cleanup app/views/watchers/_new.html.erb
git-svn-id: http://svn.redmine.org/redmine/trunk@12617 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/watchers/_new.html.erb')
-rw-r--r--app/views/watchers/_new.html.erb6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/watchers/_new.html.erb b/app/views/watchers/_new.html.erb
index 9fdf79262..a303801ec 100644
--- a/app/views/watchers/_new.html.erb
+++ b/app/views/watchers/_new.html.erb
@@ -17,7 +17,11 @@
:project_id => @project) }')" %>
<div id="users_for_watcher">
- <%= principals_check_box_tags 'watcher[user_ids][]', (watched ? watched.addable_watcher_users : User.active.all(:limit => 100)) %>
+ <%= principals_check_box_tags(
+ 'watcher[user_ids][]',
+ (watched ?
+ watched.addable_watcher_users : User.active.all(:limit => 100))
+ ) %>
</div>
<p class="buttons">