2019-12-21 20:55:43 +05:30
|
|
|
%p.text-center
|
2014-09-02 18:07:02 +05:30
|
|
|
%span.light
|
2021-04-29 21:17:54 +05:30
|
|
|
= _('Already have login and password?')
|
|
|
|
- path_params = { redirect_to_referer: 'yes' }
|
|
|
|
- path_params[:invite_email] = @invite_email if @invite_email.present?
|
|
|
|
= link_to _('Sign in'), new_session_path(:user, path_params)
|