adds a redeemable code to users. It can be filled up when signing up from /cuentasegura

This commit is contained in:
kikito
2016-02-22 17:41:08 +01:00
parent 65fc69ffc7
commit 49dec60615
10 changed files with 34 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<%= 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") %>
<%= link_to(t("welcome.verification.i_dont_have_an_account"), new_user_registration_path(use_redeemable_code: true), class: "button radius expand") %>
</div>
</div>
</div>