Add resend-confirmation-link to sign-in page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-12-16 21:10:59 +02:00
parent 687cf48e60
commit 6f556d8e71
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 9 additions and 3 deletions

View File

@ -17,14 +17,20 @@
= render 'devise/sessions/oauth_providers' if devise_mapping.omniauthable?
%hr
- if gitlab_config.signup_enabled
%hr
%div
Don't have an account?
%p
%span.light
Don't have an account?
%strong
= link_to "Sign up", new_registration_path(resource_name)
%p
%span.light Did not receive confirmation email?
= link_to "Send again", new_confirmation_path(resource_name)
- if extra_config.has_key?('sign_in_text')
%hr
= markdown(extra_config.sign_in_text)