mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
Add missing _filters.html.erb view file that was not included in r23686 (#42335).
git-svn-id: https://svn.redmine.org/redmine/trunk@23688 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
6
app/views/custom_fields/formats/_progressbar.html.erb
Normal file
6
app/views/custom_fields/formats/_progressbar.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user