Changeset - 2d22c0da2c43
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-01-24 12:23:52
madski@unity3d.com
Transplanted from: 8550ac6c5161
top menu: 'Repositories' is really also a 'Home' button

'Repositories' had a href="#" but it wasn't used - the sub menu is loaded and
shown when hovering.

The '/' front page is a more verbose view of repositories. It thus make sense
to let 'Repositories' point there.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/base/base.html
Show inline comments
 
@@ -147,8 +147,8 @@
 
        %>
 
        <ul id="quick">
 
          <!-- repo switcher -->
 
          <li>
 
              <a class="menu_link" id="repo_switcher" title="${_('Switch repository')}" href="#">
 
          <li ${is_current('home')}>
 
              <a class="menu_link" id="repo_switcher" title="${_('Switch repository')}" href="${h.url('home')}">
 
              <span class="icon">
 
                  <img src="${h.url('/images/icons/database.png')}" alt="${_('Products')}" />
 
              </span>
0 comments (0 inline, 0 general)