improves styles of change credentials button

This commit is contained in:
decabeza
2017-07-17 17:22:47 +02:00
parent 6d01385e27
commit f24b9db8c4

View File

@@ -1,7 +1,7 @@
<div class="row account">
<div class="small-12 column">
<div class="float-right text-right">
<%= link_to t("account.show.change_credentials_link"), edit_user_registration_path, class: "button secondary" %>
<%= link_to t("account.show.change_credentials_link"), edit_user_registration_path, class: "button hollow" %>
<br>
<%= link_to t("account.show.erase_account_link"), users_registrations_delete_form_path, class: "delete" %>
</div>