mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 19:43:38 +00:00
boton de registro #80
This commit is contained in:
parent
e6dce0e055
commit
f03e42f350
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
%br/
|
%br/
|
||||||
|
|
||||||
- if devise_mapping.registerable? && controller_name != 'registrations'
|
- if devise_mapping.registerable? && controller_name != 'registrations'
|
||||||
= link_to t('.sign_up'), new_registration_path(resource_name)
|
= link_to t('.sign_up'), new_registration_path(resource_name),
|
||||||
|
class: 'btn btn-lg btn-block btn-success'
|
||||||
%br/
|
%br/
|
||||||
|
|
||||||
- if devise_mapping.recoverable?
|
- if devise_mapping.recoverable?
|
||||||
|
|
Loading…
Reference in a new issue