code format cleanup app/views/watchers/_new.html.erb
git-svn-id: http://svn.redmine.org/redmine/trunk@12617 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a7b8e6c02a
commit
3e17eb2956
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue