Merge pull request #1755 from consul/account-show

improves styles of change credentials button
This commit is contained in:
BertoCQ
2017-07-17 20:40:20 +02:00
committed by GitHub

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>