mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:31:42 +00:00
fix: login como botón
This commit is contained in:
parent
6887e5319a
commit
0910753437
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
- locale = params.permit(:locale)
|
- locale = params.permit(:locale)
|
||||||
|
|
||||||
- if controller_name != 'sessions'
|
- if controller_name != 'sessions'
|
||||||
= link_to t('.sign_in'), new_session_path(resource_name, params: locale)
|
= link_to t('.sign_in'), new_session_path(resource_name, params: locale),
|
||||||
|
class: 'btn btn-lg btn-block btn-success'
|
||||||
%br/
|
%br/
|
||||||
|
|
||||||
- if devise_mapping.registerable? && controller_name != 'registrations'
|
- if devise_mapping.registerable? && controller_name != 'registrations'
|
||||||
|
|
Loading…
Reference in a new issue