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
@@ -66,7 +66,7 @@ input[type='text'].danger { | @@ -66,7 +66,7 @@ input[type='text'].danger { | ||
66 | text-shadow: 0 1px 1px #fff | 66 | text-shadow: 0 1px 1px #fff |
67 | } | 67 | } |
68 | 68 | ||
69 | -fieldset legend { font-size: 17px; } | 69 | +fieldset legend { font-size: 15px; } |
70 | 70 | ||
71 | .tab-content { | 71 | .tab-content { |
72 | overflow: visible; | 72 | overflow: visible; |
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 | - unless current_user.ldap_user? | 8 | - unless current_user.ldap_user? |
2 | - if Gitlab.config.omniauth.enabled | 9 | - if Gitlab.config.omniauth.enabled |
3 | %fieldset | 10 | %fieldset |
app/views/profiles/design.html.haml
1 | +%h3.page-title | ||
2 | + My appearance settings | ||
3 | +%p.light | ||
4 | + Appearance settings saved to your profile and available across all devices | ||
5 | +%hr | ||
6 | + | ||
1 | = form_for @user, url: profile_path, remote: true, method: :put do |f| | 7 | = form_for @user, url: profile_path, remote: true, method: :put do |f| |
2 | %fieldset.application-theme | 8 | %fieldset.application-theme |
3 | %legend | 9 | %legend |
app/views/profiles/groups/index.html.haml
app/views/profiles/history.html.haml
app/views/profiles/keys/index.html.haml
1 | +%h3.page-title | ||
2 | + My SSH keys | ||
1 | %p.light | 3 | %p.light |
2 | SSH key allows you to establish a secure connection between your computer and GitLab | 4 | SSH key allows you to establish a secure connection between your computer and GitLab |
3 | -%p.light | 5 | + %br |
4 | Before you can add ssh key you need to | 6 | Before you can add ssh key you need to |
5 | = link_to "generate it", help_ssh_path | 7 | = link_to "generate it", help_ssh_path |
6 | - | 8 | +%hr |
7 | 9 | ||
8 | 10 | ||
9 | .ui-box | 11 | .ui-box |
app/views/profiles/notifications/show.html.haml