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
Your Control emails linked to your account
%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.
%hr %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.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