@@ -13,7 +13,7 | |||
|
13 | 13 | |
|
14 | 14 | <p><%= setting_select :issue_done_ratio, Issue::DONE_RATIO_OPTIONS.collect {|i| [l("setting_issue_done_ratio_#{i}"), i]} %></p> |
|
15 | 15 | |
|
16 | <p><%= setting_multiselect :non_working_week_days, (1..7).map {|d| [day_name(d), d]}, :inline => true %></p> | |
|
16 | <p><%= setting_multiselect :non_working_week_days, (1..7).map {|d| [day_name(d), d.to_s]}, :inline => true %></p> | |
|
17 | 17 | |
|
18 | 18 | <p><%= setting_text_field :issues_export_limit, :size => 6 %></p> |
|
19 | 19 |
General Comments 0
You need to be logged in to leave comments.
Login now