X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/02a6ec60ec204fb98f917e2a006bf38bb85876dc..6cf9f5dc9cba1b73d7f275560798d7dcc6a2e3ea:/app/views/user_blocks/edit.html.erb diff --git a/app/views/user_blocks/edit.html.erb b/app/views/user_blocks/edit.html.erb index 3591b9c0f..db7c5e057 100644 --- a/app/views/user_blocks/edit.html.erb +++ b/app/views/user_blocks/edit.html.erb @@ -15,7 +15,7 @@ <%= f.richtext_field :reason, :cols => 80, :rows => 20, :format => @user_block.reason_format %> <%= 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") %>