Commit 47989d60 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Consistent header look for setting pages

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent dcc9dc94
- page_title "Account" - page_title "Account"
%h3.page-title
= page_title
%p.light
Change your username and basic account settings.
%hr
- if current_user.ldap_user? - if current_user.ldap_user?
.alert.alert-info .alert.alert-info
Some options are unavailable for LDAP accounts Some options are unavailable for LDAP accounts
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
= page_title = page_title
%p.light %p.light
OAuth2 protocol settings below. OAuth2 protocol settings below.
%hr
%fieldset.oauth-applications %fieldset.oauth-applications
%legend Your applications %legend Your applications
......
...@@ -2,22 +2,26 @@ ...@@ -2,22 +2,26 @@
%h3.page-title %h3.page-title
= page_title = page_title
%p.light %p.light
Control emails linked to your account
%hr
%ul
%li
Your Your
%b Primary Email %b Primary Email
will be used for avatar detection and web based operations, such as edits and merges. will be used for avatar detection and web based operations, such as edits and merges.
%p.light %li
Your Your
%b Notification Email %b Notification Email
will be used for account notifications. will be used for account notifications.
%p.light %li
Your Your
%b Public Email %b Public Email
will be displayed on your public profile. will be displayed on your public profile.
%p.light %li
All email addresses will be used to identify your commits. All email addresses will be used to identify your commits.
%hr
.panel.panel-default .panel.panel-default
.panel-heading .panel-heading
Emails (#{@emails.count + 1}) Emails (#{@emails.count + 1})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment