Show More
@@ -292,14 +292,6 | |||
|
292 | 292 | </script> |
|
293 | 293 | %else: |
|
294 | 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 | 295 | %if c.rhodecode_user.username != 'default': |
|
304 | 296 | <li ${is_current('journal')}> |
|
305 | 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