Changeset - 5d0ad07d889a
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-23 22:17:51
marcin@python-works.com
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
1 file changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/base/base.html
Show inline comments
 
@@ -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')}">
0 comments (0 inline, 0 general)