Show More
@@ -549,11 +549,23 b'' | |||
|
549 | 549 | <li>${h.link_to(_(u'My personal group'), h.route_path('repo_group_home', repo_group_name=c.rhodecode_user.personal_repo_group.group_name))}</li> |
|
550 | 550 | % endif |
|
551 | 551 | <li>${h.link_to(_(u'Pull Requests'), h.route_path('my_account_pullrequests'))}</li> |
|
552 | ||
|
553 | % if c.debug_style: | |
|
554 | <li> | |
|
555 | <a class="menulink" title="${_('Style')}" href="${h.route_path('debug_style_home')}"> | |
|
556 | <div class="menulabel">${_('[Style]')}</div> | |
|
557 | </a> | |
|
558 | </li> | |
|
559 | % endif | |
|
560 | ||
|
552 | 561 | ## bookmark-items |
|
553 | 562 | <li class="bookmark-items"> |
|
554 | 563 | ${_('Bookmarks')} |
|
555 | 564 | <div class="pull-right"> |
|
556 |
<a href="${h.route_path('my_account_bookmarks')}"> |
|
|
565 | <a href="${h.route_path('my_account_bookmarks')}"> | |
|
566 | ||
|
567 | <i class="icon-cog"></i> | |
|
568 | </a> | |
|
557 | 569 | </div> |
|
558 | 570 | </li> |
|
559 | 571 | % if not c.bookmark_items: |
@@ -726,13 +738,6 b'' | |||
|
726 | 738 | ## render extra user menu |
|
727 | 739 | ${usermenu(active=(active=='my_account'))} |
|
728 | 740 | |
|
729 | % if c.debug_style: | |
|
730 | <li> | |
|
731 | <a class="menulink" title="${_('Style')}" href="${h.route_path('debug_style_home')}"> | |
|
732 | <div class="menulabel">${_('[Style]')}</div> | |
|
733 | </a> | |
|
734 | </li> | |
|
735 | % endif | |
|
736 | 741 | </ul> |
|
737 | 742 | |
|
738 | 743 | <script type="text/javascript"> |
General Comments 0
You need to be logged in to leave comments.
Login now