diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml
index e18691ed6..2db2dea6f 100644
--- a/app/views/layouts/_header.html.haml
+++ b/app/views/layouts/_header.html.haml
@@ -29,5 +29,6 @@
= link_to("Inbox", notifications_path)
- else
- %li.pull-right= link_to 'Sign up', new_member_registration_path
%li.pull-right= link_to 'Sign in', new_member_session_path
+ %li.pull-right= link_to 'Sign up', new_member_registration_path
+