X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fd6273cfb8a6c3fa4b46a4c31a8aef5cd0150c7a..6e144577aa5363d9b85a15631cf58d69a80295dd:/app/views/user_blocks/revoke.html.erb diff --git a/app/views/user_blocks/revoke.html.erb b/app/views/user_blocks/revoke.html.erb index 1899e5145..9a86177fc 100644 --- a/app/views/user_blocks/revoke.html.erb +++ b/app/views/user_blocks/revoke.html.erb @@ -16,7 +16,7 @@

<%= bootstrap_form_for :revoke, :url => { :action => "revoke" } do |f| %> -
+
<%= check_box_tag "confirm", "yes", false, { :class => "form-check-input" } %> <%= label_tag "confirm", t(".confirm"), { :class => "form-check-label" } %> @@ -28,6 +28,6 @@ <% else %>

- <%= t(".past", :time => time_ago_in_words(@user_block.ends_at, :scope => :'datetime.distance_in_words_ago')) %> + <%= t(".past", :time => time_ago_in_words(@user_block.ends_at, :scope => :"datetime.distance_in_words_ago")) %>

<% end %>