boton de registro #80

This commit is contained in:
f 2020-02-11 13:54:10 -03:00
parent e6dce0e055
commit f03e42f350
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -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?