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: a1d10898c5b058e3e226bfbcf0c6b8f13b930362 (plain)
1
2
3
4
5
6
%p.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)