Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
9b7241df
Commit
9b7241df
authored
Jul 31, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add page titles with for profile area
parent
9f38cf50
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
4 deletions
+31
-4
app/assets/stylesheets/gitlab_bootstrap/common.scss
app/assets/stylesheets/gitlab_bootstrap/common.scss
+1
-1
app/views/profiles/account.html.haml
app/views/profiles/account.html.haml
+7
-0
app/views/profiles/design.html.haml
app/views/profiles/design.html.haml
+6
-0
app/views/profiles/groups/index.html.haml
app/views/profiles/groups/index.html.haml
+5
-0
app/views/profiles/history.html.haml
app/views/profiles/history.html.haml
+5
-0
app/views/profiles/keys/index.html.haml
app/views/profiles/keys/index.html.haml
+4
-2
app/views/profiles/notifications/show.html.haml
app/views/profiles/notifications/show.html.haml
+3
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/common.scss
View file @
9b7241df
...
...
@@ -66,7 +66,7 @@ input[type='text'].danger {
text-shadow
:
0
1px
1px
#fff
}
fieldset
legend
{
font-size
:
1
7
px
;
}
fieldset
legend
{
font-size
:
1
5
px
;
}
.tab-content
{
overflow
:
visible
;
...
...
app/views/profiles/account.html.haml
View file @
9b7241df
%h3
.page-title
Account settings
%p
.light
You can change password, username, private token here.
-
if
current_user
.
ldap_user?
Some options are unavailable for LDAP accounts
%hr
-
unless
current_user
.
ldap_user?
-
if
Gitlab
.
config
.
omniauth
.
enabled
%fieldset
...
...
app/views/profiles/design.html.haml
View file @
9b7241df
%h3
.page-title
My appearance settings
%p
.light
Appearance settings saved to your profile and available across all devices
%hr
=
form_for
@user
,
url:
profile_path
,
remote:
true
,
method: :put
do
|
f
|
%fieldset
.application-theme
%legend
...
...
app/views/profiles/groups/index.html.haml
View file @
9b7241df
%h3
.page-title
Group membership
%p
.light
Members of group have access to all group projects.
%hr
.ui-box
.title
%strong
Groups
...
...
app/views/profiles/history.html.haml
View file @
9b7241df
%h3
.page-title
Account history
%p
.light
You can see all events authored by your account here
%hr
.profile_history
=
render
@events
%hr
...
...
app/views/profiles/keys/index.html.haml
View file @
9b7241df
%h3
.page-title
My SSH keys
%p
.light
SSH key allows you to establish a secure connection between your computer and GitLab
%p
.light
%br
Before you can add ssh key you need to
=
link_to
"generate it"
,
help_ssh_path
%hr
.ui-box
...
...
app/views/profiles/notifications/show.html.haml
View file @
9b7241df
%h3
.page-title
Notifications settings
%p
.light
Application use email specified in your profile for notifications
%hr
.alert.alert-info
%p
%i
.icon-circle.cred
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment