2019-10-07 11:05:59 -04:00
|
|
|
%p.text-center
|
2014-07-11 09:05:57 -04:00
|
|
|
%span.light
|
2021-04-13 17:11:25 -04:00
|
|
|
= _('Already have login and password?')
|
2021-03-30 14:10:47 -04:00
|
|
|
- path_params = { redirect_to_referer: 'yes' }
|
|
|
|
- path_params[:invite_email] = @invite_email if @invite_email.present?
|
2021-04-13 17:11:25 -04:00
|
|
|
= link_to _('Sign in'), new_session_path(:user, path_params)
|