From eb276b917ae07b1420e53771571a27ba5fb21ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Fri, 11 Sep 2015 14:41:51 +0200 Subject: [PATCH] changes link in account page to verification path --- app/views/account/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index 413a0e892..d580052e2 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -10,9 +10,9 @@ <%= t("account.show.verified_account") %>

<% elsif current_user.level_two_verified? %> - <%= link_to t("account.show.finish_verification"), new_letter_path, class: "button radius small success right" %> + <%= link_to t("account.show.finish_verification"), verification_path, class: "button radius small success right" %> <% else %> - <%= link_to t("account.show.verify_my_account"), new_residence_path, class: "button radius small success right" %> + <%= link_to t("account.show.verify_my_account"), verification_path, class: "button radius small success right" %> <% end %>