Adds new styles for erase account
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<div class="row account">
|
||||
<div class="small-12 column">
|
||||
<div class="right">
|
||||
<div class="right text-right">
|
||||
<%= link_to t("account.show.change_credentials_link"), edit_user_registration_path, class: "button radius small secondary" %>
|
||||
<%= link_to t("account.show.erase_account_link"), users_registrations_delete_form_path, class: "button radius small danger" %>
|
||||
<br>
|
||||
<%= link_to t("account.show.erase_account_link"), users_registrations_delete_form_path, class: "delete" %>
|
||||
</div>
|
||||
|
||||
<%= avatar_image(@account, seed: @account.id, size: 60) %>
|
||||
|
||||
Reference in New Issue
Block a user