Show More
@@ -549,11 +549,23 b'' | |||||
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> |
|
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 | % endif |
|
550 | % endif | |
551 | <li>${h.link_to(_(u'Pull Requests'), h.route_path('my_account_pullrequests'))}</li> |
|
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 | ## bookmark-items |
|
561 | ## bookmark-items | |
553 | <li class="bookmark-items"> |
|
562 | <li class="bookmark-items"> | |
554 | ${_('Bookmarks')} |
|
563 | ${_('Bookmarks')} | |
555 | <div class="pull-right"> |
|
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 | </div> |
|
569 | </div> | |
558 | </li> |
|
570 | </li> | |
559 | % if not c.bookmark_items: |
|
571 | % if not c.bookmark_items: | |
@@ -726,13 +738,6 b'' | |||||
726 | ## render extra user menu |
|
738 | ## render extra user menu | |
727 | ${usermenu(active=(active=='my_account'))} |
|
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 | </ul> |
|
741 | </ul> | |
737 |
|
742 | |||
738 | <script type="text/javascript"> |
|
743 | <script type="text/javascript"> |
General Comments 0
You need to be logged in to leave comments.
Login now