Changes styles for /cuentasegura

This commit is contained in:
Alberto Garcia Cabeza
2016-02-22 16:29:58 +01:00
parent 81b5ae7089
commit eebeefaff1

View File

@@ -1,13 +1,14 @@
<h2><%= t("welcome.verification.title") %></h2>
<p><%= t("welcome.verification.question", org_name: Setting["org_name"]) %></p>
<p class="text-center">
<%= link_to(t("welcome.verification.i_have_an_account"), verification_path, class: "button success radius expand") %>
</p>
<p class="text-center">
<%= link_to(t("welcome.verification.i_dont_have_an_account"), new_user_registration_path, class: "button radius expand") %>
</p>
<div class="text-center margin-top">
<h3><%= t("welcome.verification.question", org_name: Setting["org_name"]) %></h3>
<br>
<div class="row">
<div class="small-12 medium-6 column">
<%= link_to(t("welcome.verification.i_have_an_account"), verification_path, class: "button success radius expand") %>
</div>
<div class="small-12 medium-6 column">
<%= link_to(t("welcome.verification.i_dont_have_an_account"), new_user_registration_path, class: "button radius expand") %>
</div>
</div>
</div>