summaryrefslogtreecommitdiff
path: root/app/views/devise/registrations/new.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-13 15:16:17 +0100
committerDouwe Maan <douwe@gitlab.com>2015-02-13 15:16:17 +0100
commit7c39e728ef348482bd8caeeeeba2316ace92f4e9 (patch)
treef3f6bf5c0b134af3594688771f33cd301108c63f /app/views/devise/registrations/new.html.haml
parentda1608196b2c8401939c727ec70efc9c342e4945 (diff)
downloadgitlab-ce-7c39e728ef348482bd8caeeeeba2316ace92f4e9.tar.gz
Move OAuth signin options just below signin box.
Diffstat (limited to 'app/views/devise/registrations/new.html.haml')
-rw-r--r--app/views/devise/registrations/new.html.haml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml
index c07e409d583..d3e37f7494c 100644
--- a/app/views/devise/registrations/new.html.haml
+++ b/app/views/devise/registrations/new.html.haml
@@ -1,7 +1,3 @@
= render 'devise/shared/signup_box'
-.clearfix.prepend-top-20
- = render 'devise/shared/sign_in_link'
- %p
- %span.light Did not receive confirmation email?
- = link_to "Send again", new_confirmation_path(resource_name) \ No newline at end of file
+= render 'devise/shared/sign_in_link' \ No newline at end of file