mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-25 18:01:14 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@21470 e93f8b46-1217-0410-a6f0-8f06a7374b81
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
<%= labelled_fields_for :pref, @user.pref do |pref_fields| %>
|
|
<%= pref_fields.collection_check_boxes :auto_watch_on, auto_watch_on_options, :last, :first, :checked => @user.pref.auto_watch_on do |b| %>
|
|
<p><%= b.check_box %> <%= b.label %></p>
|
|
<% end %>
|
|
<% end %>
|