Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_sign_in_link.html.haml « shared « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9f24e42d0b10df99fc351055983c463523ff779 (plain)
1
2
3
4
5
6
%p{ class: local_assigns.fetch(:wrapper_class, 'gl-text-center') }
  %span.light
    = _('Already have an account?')
    - 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)