Commit 9b7241dfdd4a3a33e137b9aed9b73d59a07973b1
1 parent
9f38cf50
Exists in
master
and in
4 other branches
Add page titles with for profile area
Showing
7 changed files
with
31 additions
and
4 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/common.scss
app/views/profiles/account.html.haml
1 | +%h3.page-title | |
2 | + Account settings | |
3 | +%p.light | |
4 | + You can change password, username, private token here. | |
5 | + - if current_user.ldap_user? | |
6 | + Some options are unavailable for LDAP accounts | |
7 | +%hr | |
1 | 8 | - unless current_user.ldap_user? |
2 | 9 | - if Gitlab.config.omniauth.enabled |
3 | 10 | %fieldset | ... | ... |
app/views/profiles/design.html.haml
app/views/profiles/groups/index.html.haml
app/views/profiles/history.html.haml
app/views/profiles/keys/index.html.haml