From eebeefaff131a0b96955911cb8511f03ef396d23 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 22 Feb 2016 16:29:58 +0100 Subject: [PATCH] Changes styles for /cuentasegura --- app/views/welcome/verification.html.erb | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/app/views/welcome/verification.html.erb b/app/views/welcome/verification.html.erb index 13286aedc..88c69aa77 100644 --- a/app/views/welcome/verification.html.erb +++ b/app/views/welcome/verification.html.erb @@ -1,13 +1,14 @@

<%= t("welcome.verification.title") %>

-

<%= t("welcome.verification.question", org_name: Setting["org_name"]) %>

- -

- <%= link_to(t("welcome.verification.i_have_an_account"), verification_path, class: "button success radius expand") %> -

- -

- <%= link_to(t("welcome.verification.i_dont_have_an_account"), new_user_registration_path, class: "button radius expand") %> -

- +
+

<%= t("welcome.verification.question", org_name: Setting["org_name"]) %>

+
+
+
+ <%= link_to(t("welcome.verification.i_have_an_account"), verification_path, class: "button success radius expand") %> +
+
+ <%= link_to(t("welcome.verification.i_dont_have_an_account"), new_user_registration_path, class: "button radius expand") %> +
+