Adds new styles for erase account

This commit is contained in:
Alberto Garcia Cabeza
2015-10-20 12:37:01 +02:00
parent e32e4491f0
commit 6af6a63e15
6 changed files with 22 additions and 29 deletions

View File

@@ -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) %>