changeset 3210:5d0ad07d889a beta

Killed home button. It's a wast of space, and every other major service simply doesn't have a home button. Getting to home can be always achieved by clicking the Instance title on the left side
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Jan 2013 22:17:51 +0100
parents e7600fe19943
children c77a846a24d5
files rhodecode/templates/base/base.html
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Wed Jan 23 22:16:54 2013 +0100
+++ b/rhodecode/templates/base/base.html	Wed Jan 23 22:17:51 2013 +0100
@@ -292,14 +292,6 @@
             </script>
         %else:
             ##ROOT MENU
-            <li ${is_current('home')}>
-                <a class="menu_link" title="${_('Home')}"  href="${h.url('home')}">
-                <span class="icon">
-                    <img src="${h.url('/images/icons/home_16.png')}" alt="${_('Home')}" />
-                </span>
-                <span>${_('Home')}</span>
-                </a>
-            </li>
             %if c.rhodecode_user.username != 'default':
              <li ${is_current('journal')}>
                 <a class="menu_link" title="${_('Journal')}"  href="${h.url('journal')}">