From f24b9db8c4603856b253a186d0b5a4e8e2d4d1a6 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 17 Jul 2017 17:22:47 +0200 Subject: [PATCH] improves styles of change credentials button --- app/views/account/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index a3407f5a7..8bc09f050 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -1,7 +1,7 @@
- <%= 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" %>
<%= link_to t("account.show.erase_account_link"), users_registrations_delete_form_path, class: "delete" %>