X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/02a6ec60ec204fb98f917e2a006bf38bb85876dc..3871d61be43857436d1eaefe9e84841e8a7d0f4f:/app/views/user_blocks/new.html.erb diff --git a/app/views/user_blocks/new.html.erb b/app/views/user_blocks/new.html.erb index c1195343b..c390134ba 100644 --- a/app/views/user_blocks/new.html.erb +++ b/app/views/user_blocks/new.html.erb @@ -9,7 +9,7 @@ <%= f.richtext_field :reason, :cols => 80, :rows => 20 %> <%= f.form_group do %> - <%= label_tag "user_block_period", t(".period") %>
+ <%= label_tag "user_block_period", t(".period"), :class => "form-label" %> <%= select_tag("user_block_period", options_for_select(UserBlock::PERIODS.collect { |h| [block_duration_in_words(h.hours), h.to_s] }, params[:user_block_period]), :class => "form-select") %>