comparison app/views/watchers/_new.html.erb @ 1517:dffacf8a6908 redmine-2.5

Update to Redmine SVN revision 13367 on 2.5-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:29:00 +0100
parents 261b3d9a4903
children
comparison
equal deleted inserted replaced
1516:b450a9d58aed 1517:dffacf8a6908
15 :object_type => (watched && watched.class.name.underscore), 15 :object_type => (watched && watched.class.name.underscore),
16 :object_id => watched, 16 :object_id => watched,
17 :project_id => @project) }')" %> 17 :project_id => @project) }')" %>
18 18
19 <div id="users_for_watcher"> 19 <div id="users_for_watcher">
20 <%= principals_check_box_tags 'watcher[user_ids][]', (watched ? watched.addable_watcher_users : User.active.all(:limit => 100)) %> 20 <%= principals_check_box_tags('watcher[user_ids][]', users) %>
21 </div> 21 </div>
22 22
23 <p class="buttons"> 23 <p class="buttons">
24 <%= submit_tag l(:button_add), :name => nil, :onclick => "hideModal(this);" %> 24 <%= submit_tag l(:button_add), :name => nil, :onclick => "hideModal(this);" %>
25 <%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %> 25 <%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %>