Mercurial > hg > soundsoftware-site
comparison .svn/pristine/9e/9ebc4a22c01b03f1e2c7d2a64be03a30ead095c2.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <%= labelled_fields_for :pref, @user.pref do |pref_fields| %> | |
2 <p><%= pref_fields.check_box :hide_mail %></p> | |
3 <p><%= pref_fields.time_zone_select :time_zone, nil, :include_blank => true %></p> | |
4 <p><%= pref_fields.select :comments_sorting, [[l(:label_chronological_order), 'asc'], [l(:label_reverse_chronological_order), 'desc']] %></p> | |
5 <p><%= pref_fields.check_box :warn_on_leaving_unsaved %></p> | |
6 <% end %> |