X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e94a8a45ba8a51bc5d288e6cda713059a1c6ae1f..5016defff0e6c5220c4b58ffabcf7113473b5e5f:/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 882eb27b1..db7c5e057 100644
--- a/app/views/user_blocks/edit.html.erb
+++ b/app/views/user_blocks/edit.html.erb
@@ -3,18 +3,22 @@
<%= t(".heading_html",
:name => link_to(@user_block.user.display_name,
user_path(@user_block.user))) %>
-
- - <%= link_to t(".show"), @user_block %>
- - <%= link_to t(".back"), user_blocks_path %>
-
+
<% end %>
<%= bootstrap_form_for(@user_block) do |f| %>
<%= f.richtext_field :reason, :cols => 80, :rows => 20, :format => @user_block.reason_format %>
<%= f.form_group do %>
- <%= label_tag "user_block_period", t(".period") %>
- <%= 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])) %>
+ <%= 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") %>
<% end %>
<%= f.form_group :needs_view do %>