diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html
--- a/rhodecode/templates/base/base.html
+++ b/rhodecode/templates/base/base.html
@@ -35,6 +35,22 @@
${h.end_form()}
+
@@ -58,7 +74,7 @@
%endif
%if c.rhodecode_user.username == 'default':
-
${h.link_to(u'Login',h.url('login_home'))}
+
${h.link_to(u'Login',h.url('login_home'),id='quick_login_link')}
%else:
${h.link_to(u'Log Out',h.url('logout_home'))}
%endif
@@ -215,7 +231,7 @@
-
+
${_('Summary')}
@@ -231,7 +247,7 @@
-
+
${_('Changelog')}
@@ -240,7 +256,7 @@
-
+
${_('Switch to')}
@@ -274,7 +290,7 @@
-
+
${_('Files')}
@@ -283,7 +299,7 @@
-
+
${_('Options')}
@@ -322,7 +338,7 @@
-
+
${c.repository_followers}
@@ -330,7 +346,7 @@
-
+
${c.repository_forks}
@@ -343,7 +359,7 @@
-
+
${_('Home')}
@@ -352,7 +368,7 @@
-
+
${_('Journal')}
@@ -361,7 +377,7 @@
-
+
${_('Search')}
@@ -371,7 +387,7 @@
-
+
${_('Admin')}