1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-25 01:41:14 +00:00
redmine/app/views/custom_fields/formats/_progressbar.html.erb
2025-04-20 03:33:53 +00:00

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>