Show More
@@ -292,14 +292,6 b'' | |||||
292 | </script> |
|
292 | </script> | |
293 | %else: |
|
293 | %else: | |
294 | ##ROOT MENU |
|
294 | ##ROOT MENU | |
295 | <li ${is_current('home')}> |
|
|||
296 | <a class="menu_link" title="${_('Home')}" href="${h.url('home')}"> |
|
|||
297 | <span class="icon"> |
|
|||
298 | <img src="${h.url('/images/icons/home_16.png')}" alt="${_('Home')}" /> |
|
|||
299 | </span> |
|
|||
300 | <span>${_('Home')}</span> |
|
|||
301 | </a> |
|
|||
302 | </li> |
|
|||
303 | %if c.rhodecode_user.username != 'default': |
|
295 | %if c.rhodecode_user.username != 'default': | |
304 | <li ${is_current('journal')}> |
|
296 | <li ${is_current('journal')}> | |
305 | <a class="menu_link" title="${_('Journal')}" href="${h.url('journal')}"> |
|
297 | <a class="menu_link" title="${_('Journal')}" href="${h.url('journal')}"> |
General Comments 0
You need to be logged in to leave comments.
Login now