Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
7
app/views/users/_preferences.html.erb
Normal file
7
app/views/users/_preferences.html.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
<%= labelled_fields_for :pref, @user.pref do |pref_fields| %>
|
||||
<p><%= pref_fields.check_box :hide_mail %></p>
|
||||
<p><%= pref_fields.time_zone_select :time_zone, nil, :include_blank => true %></p>
|
||||
<p><%= pref_fields.select :comments_sorting, [[l(:label_chronological_order), 'asc'], [l(:label_reverse_chronological_order), 'desc']] %></p>
|
||||
<p><%= pref_fields.check_box :warn_on_leaving_unsaved %></p>
|
||||
<p><%= pref_fields.select :textarea_font, textarea_font_options %></p>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue