mirror of
https://github.com/redmine/redmine.git
synced 2026-01-27 17:59:58 +01:00
7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
|
|
<p>
|
||
|
|
<%= f.select :ratio_interval,
|
||
|
|
[5, 10].collect {|i| ["#{i} %", i]},
|
||
|
|
selected: f.object.new_record? ? Redmine::FieldFormat::ProgressbarFormat.default_ratio_interval : f.object.ratio_interval,
|
||
|
|
required: true %>
|
||
|
|
</p>
|