Show More
@@ -356,8 +356,10 b'' | |||
|
356 | 356 | <ol class="links"> |
|
357 | 357 | <li>${h.link_to(_(u'My account'),h.route_path('my_account_profile'))}</li> |
|
358 | 358 | % if c.rhodecode_user.personal_repo_group: |
|
359 |
|
|
|
359 | <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> | |
|
360 | 360 | % endif |
|
361 | <li>${h.link_to(_(u'Pull Requests'), h.route_path('my_account_pullrequests'))}</li> | |
|
362 | ||
|
361 | 363 | <li class="logout"> |
|
362 | 364 | ${h.secure_form(h.route_path('logout'), request=request)} |
|
363 | 365 | ${h.submit('log_out', _(u'Sign Out'),class_="btn btn-primary")} |
General Comments 0
You need to be logged in to leave comments.
Login now