X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8fc2218e5e342ad7afc9409974fd48a733ba94b..29e1336da332df8ef04479adc0c0a0af1c910c8d:/app/views/account/deletions/show.html.erb diff --git a/app/views/account/deletions/show.html.erb b/app/views/account/deletions/show.html.erb index ddc821677..9b9b0f182 100644 --- a/app/views/account/deletions/show.html.erb +++ b/app/views/account/deletions/show.html.erb @@ -6,7 +6,7 @@
- <%= image_tag("notice.png", :srcset => image_path("notice.svg")) %> + <%= notice_svg_tag %>

<%= t ".warning" %>

@@ -31,5 +31,13 @@
  • <%= t ".retain_email" %>
  • -<%= link_to t(".delete_account"), account_path, { :method => :delete, :class => "btn btn-danger", :data => { :confirm => t(".confirm_delete") } } %> +<% if current_user.deletion_allowed? %> + <%= link_to t(".delete_account"), account_path, { :method => :delete, :class => "btn btn-danger", :data => { :confirm => t(".confirm_delete") } } %> +<% else %> +
    + <%= t ".recent_editing_html", :time => friendly_date(current_user.deletion_allowed_at) %> +
    + +<% end %> + <%= link_to t(".cancel"), edit_account_path, :class => "btn btn-link" %>