X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c24c2e481cc6d27e76274ed4e32668a4690a7788..39963d8c70b6d810ebc396997651a895d1f75344:/app/views/user_blocks/revoke.html.erb?ds=sidebyside diff --git a/app/views/user_blocks/revoke.html.erb b/app/views/user_blocks/revoke.html.erb index 0b6e21788..224e1e4bb 100644 --- a/app/views/user_blocks/revoke.html.erb +++ b/app/views/user_blocks/revoke.html.erb @@ -4,30 +4,28 @@ <% content_for :heading do %>
- <%= t(".time_future", :time => distance_of_time_in_words_to_now(@user_block.ends_at)) %> -
++ <%= t(".time_future_html", :time => friendly_date(@user_block.ends_at)) %> +
-<%= form_for :revoke, :url => { :action => "revoke" }, :html => { :class => "standard-form" } do |f| %> - <%= f.error_messages %> -- <%= check_box_tag "confirm", "yes" %> - <%= label_tag "confirm", t(".confirm") %> -
-- <%= submit_tag t(".revoke") %> -
-<% end %> + <%= bootstrap_form_for :revoke, :url => { :action => "revoke" } do |f| %> +- <%= t(".past", :time => time_ago_in_words(@user_block.ends_at, :scope => :'datetime.distance_in_words_ago')) %> -
++ <%= t(".past_html", :time => friendly_date_ago(@user_block.ends_at)) %> +
<% end %>