diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml index 06bad7dd84a48fa4924e512cb9d2e122702a0b4a..5939c951fe89b0a39e910065a0baa1b43987f276 100644 --- a/app/views/profiles/accounts/show.html.haml +++ b/app/views/profiles/accounts/show.html.haml @@ -1,4 +1,9 @@ - page_title "Account" +%h3.page-title + = page_title +%p.light + Change your username and basic account settings. +%hr - if current_user.ldap_user? .alert.alert-info Some options are unavailable for LDAP accounts diff --git a/app/views/profiles/applications.html.haml b/app/views/profiles/applications.html.haml index 06857c302acb2d38ebb4b7cd8356df5dff9e87e2..353b2496a7ceada02d4f65d487318017b84ff7bc 100644 --- a/app/views/profiles/applications.html.haml +++ b/app/views/profiles/applications.html.haml @@ -3,6 +3,7 @@ = page_title %p.light OAuth2 protocol settings below. +%hr %fieldset.oauth-applications %legend Your applications diff --git a/app/views/profiles/emails/index.html.haml b/app/views/profiles/emails/index.html.haml index 88e4f69b14c668c9066678e31ba23ffb8713dc3d..66812872c41758614c61e3b98fd6492950c52ef7 100644 --- a/app/views/profiles/emails/index.html.haml +++ b/app/views/profiles/emails/index.html.haml @@ -2,22 +2,26 @@ %h3.page-title = page_title %p.light - Your - %b Primary Email - will be used for avatar detection and web based operations, such as edits and merges. -%p.light - Your - %b Notification Email - will be used for account notifications. -%p.light - Your - %b Public Email - will be displayed on your public profile. -%p.light - All email addresses will be used to identify your commits. - + Control emails linked to your account %hr + +%ul + %li + Your + %b Primary Email + will be used for avatar detection and web based operations, such as edits and merges. + %li + Your + %b Notification Email + will be used for account notifications. + %li + Your + %b Public Email + will be displayed on your public profile. + %li + All email addresses will be used to identify your commits. + .panel.panel-default .panel-heading Emails (#{@emails.count + 1})