From abbaaf73facaaf8985def43e3de5d8d199e35c1c Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 20 Apr 2025 03:33:53 +0000 Subject: 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 --- app/views/custom_fields/formats/_progressbar.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/views/custom_fields/formats/_progressbar.html.erb diff --git a/app/views/custom_fields/formats/_progressbar.html.erb b/app/views/custom_fields/formats/_progressbar.html.erb new file mode 100644 index 000000000..ceae14ac8 --- /dev/null +++ b/app/views/custom_fields/formats/_progressbar.html.erb @@ -0,0 +1,6 @@ +

+ <%= 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 %> +

-- cgit v1.2.3