diff --git a/app/views/devise/sessions/new.html.haml b/app/views/devise/sessions/new.html.haml
index 15854ef..bb87d9e 100644
--- a/app/views/devise/sessions/new.html.haml
+++ b/app/views/devise/sessions/new.html.haml
@@ -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)
--
libgit2 0.21.2