Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
## -*- coding: utf-8 -*-
< %inherit file="/base/base.html"/>
< %def name="title()">
${_('My account')} ${c.rhodecode_user.username}
%if c.rhodecode_name:
· ${h.branding(c.rhodecode_name)}
%endif
< /%def>
< %def name="breadcrumbs_links()">
${_('My Account')}
< /%def>
< %def name="menu_bar_nav()">
${self.menu_items(active='admin')}
< /%def>
< %def name="main()">
< div class = "box" >
< div class = "title" >
${self.breadcrumbs()}
</ div >
< div class = "sidebar-col-wrapper scw-small" >
##main
< div class = "sidebar" >
< ul class = "nav nav-pills nav-stacked" >
< li class = "${'active' if c.active=='profile' or c.active=='profile_edit' else ''}" >< a href = "${h.url('my_account')}" > ${_('My Profile')} </ a ></ li >
< li class = "${'active' if c.active=='password' else ''}" >< a href = "${h.url('my_account_password')}" > ${_('Password')} </ a ></ li >
< li class = "${'active' if c.active=='auth_tokens' else ''}" >< a href = "${h.url('my_account_auth_tokens')}" > ${_('Auth Tokens')} </ a ></ li >
< li class = "${'active' if c.active=='oauth' else ''}" >< a href = "${h.url('my_account_oauth')}" > ${_('OAuth Identities')} </ a ></ li >
< li class = "${'active' if c.active=='emails' else ''}" >< a href = "${h.url('my_account_emails')}" > ${_('My Emails')} </ a ></ li >
< li class = "${'active' if c.active=='repos' else ''}" >< a href = "${h.url('my_account_repos')}" > ${_('My Repositories')} </ a ></ li >
< li class = "${'active' if c.active=='watched' else ''}" >< a href = "${h.url('my_account_watched')}" > ${_('Watched')} </ a ></ li >
< li class = "${'active' if c.active=='pullrequests' else ''}" >< a href = "${h.url('my_account_pullrequests')}" > ${_('Pull Requests')} </ a ></ li >
< li class = "${'active' if c.active=='perms' else ''}" >< a href = "${h.url('my_account_perms')}" > ${_('My Permissions')} </ a ></ li >
</ ul >
</ div >
< div class = "main-content-full-width" >
< %include file="/admin/my_account/my_account_${c.active}.html"/>
</ div >
</ div >
</ div >
< /%def>
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages