mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 22:41:41 +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/
|
||||
|
||||
- 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/
|
||||
|
||||
- if devise_mapping.recoverable?
|
||||
|
|
Loading…
Reference in a new issue