Show More
@@ -1,14 +1,14 b'' | |||
|
1 | 1 | <%inherit file="/base/base.mako"/> |
|
2 | 2 | |
|
3 | 3 | <%def name="title()"> |
|
4 | ${c.user.username} | |
|
4 | ${_('User')}: ${c.user.username} | |
|
5 | 5 | %if c.rhodecode_name: |
|
6 | 6 | · ${h.branding(c.rhodecode_name)} |
|
7 | 7 | %endif |
|
8 | 8 | </%def> |
|
9 | 9 | |
|
10 | 10 | <%def name="breadcrumbs_links()"> |
|
11 | ${c.user.username} | |
|
11 | ${_('User')}: ${c.user.username} | |
|
12 | 12 | </%def> |
|
13 | 13 | |
|
14 | 14 | <%def name="menu_bar_nav()"> |
@@ -2,7 +2,7 b'' | |||
|
2 | 2 | |
|
3 | 3 | <div class="panel panel-default user-profile"> |
|
4 | 4 | <div class="panel-heading"> |
|
5 | <h3 class="panel-title">${_('Profile')}</h3> | |
|
5 | <h3 class="panel-title">${_('User Profile')}</h3> | |
|
6 | 6 | %if h.HasPermissionAny('hg.admin')(): |
|
7 | 7 | ${h.link_to(_('Edit'), h.route_path('user_edit', user_id=c.user.user_id), class_='panel-edit')} |
|
8 | 8 | %endif |
General Comments 0
You need to be logged in to leave comments.
Login now