##// END OF EJS Templates
top menu: 'Repositories' is really also a 'Home' button...
Mads Kiilerich -
r3282:2d22c0da beta
parent child Browse files
Show More
@@ -147,8 +147,8 b''
147 %>
147 %>
148 <ul id="quick">
148 <ul id="quick">
149 <!-- repo switcher -->
149 <!-- repo switcher -->
150 <li>
150 <li ${is_current('home')}>
151 <a class="menu_link" id="repo_switcher" title="${_('Switch repository')}" href="#">
151 <a class="menu_link" id="repo_switcher" title="${_('Switch repository')}" href="${h.url('home')}">
152 <span class="icon">
152 <span class="icon">
153 <img src="${h.url('/images/icons/database.png')}" alt="${_('Products')}" />
153 <img src="${h.url('/images/icons/database.png')}" alt="${_('Products')}" />
154 </span>
154 </span>
General Comments 0
You need to be logged in to leave comments. Login now