From 3e17eb2956a5566b5852c901c5743a32ac2c1dd7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 11 Jan 2014 05:26:33 +0000 Subject: [PATCH] code format cleanup app/views/watchers/_new.html.erb git-svn-id: http://svn.redmine.org/redmine/trunk@12617 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/watchers/_new.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) }')" %>
- <%= 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)) + ) %>

-- 2.39.5