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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
3f28d9f7
Commit
3f28d9f7
authored
Aug 15, 2013
by
Henry Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved wording for the settings in the "My Profile" section
parent
602e2e68
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
app/views/profiles/account.html.haml
app/views/profiles/account.html.haml
+6
-6
app/views/profiles/groups/index.html.haml
app/views/profiles/groups/index.html.haml
+1
-1
app/views/profiles/history.html.haml
app/views/profiles/history.html.haml
+1
-1
app/views/profiles/keys/index.html.haml
app/views/profiles/keys/index.html.haml
+2
-2
app/views/profiles/notifications/show.html.haml
app/views/profiles/notifications/show.html.haml
+2
-2
No files found.
app/views/profiles/account.html.haml
View file @
3f28d9f7
%h3
.page-title
Account settings
%p
.light
You can change
password, username,
private token here.
You can change
your password, username and
private token here.
-
if
current_user
.
ldap_user?
Some options are unavailable for LDAP accounts
%hr
...
...
@@ -20,7 +20,7 @@
%legend
Password
=
form_for
@user
,
url:
update_password_profile_path
,
method: :put
do
|
f
|
.padded
%p
.slead
After
successful password update you will be redirected to login page where you should login with
new password
%p
.slead
After
a successful password update you will be redirected to login page where you should login with your
new password
-
if
@user
.
errors
.
any?
.alert.alert-error
%ul
...
...
@@ -49,9 +49,9 @@
=
form_for
@user
,
url:
reset_private_token_profile_path
,
method: :put
do
|
f
|
.data
%p
.slead
Private token
used to access application resources without authentication.
Your private token is
used to access application resources without authentication.
%br
It can be used for atom feed
or API
It can be used for atom feed
s or the API.
%p
.cgray
-
if
current_user
.
private_token
=
text_field_tag
"token"
,
current_user
.
private_token
,
class:
"input-xxlarge large_text input-xpadding"
...
...
@@ -81,8 +81,8 @@
%i
.icon-remove
Failed
%ul
.cred
%li
It will change web url
for personal projects.
%li
It
will change the git path to repositories for personal projects.
%li
This will change the web URL
for personal projects.
%li
This
will change the git path to repositories for personal projects.
.controls
=
f
.
submit
'Save username'
,
class:
"btn btn-save"
...
...
app/views/profiles/groups/index.html.haml
View file @
3f28d9f7
...
...
@@ -6,7 +6,7 @@
%i
.icon-plus
New Group
%p
.light
Members of group have access to all group projects.
Group members have access to all a group's projects
%hr
.ui-box
.title
...
...
app/views/profiles/history.html.haml
View file @
3f28d9f7
%h3
.page-title
Account history
%p
.light
You can see all events authored by your account
here
All events created by your account are listed
here
%hr
.profile_history
=
render
@events
...
...
app/views/profiles/keys/index.html.haml
View file @
3f28d9f7
...
...
@@ -3,9 +3,9 @@
.pull-right
=
link_to
"Add SSH Key"
,
new_profile_key_path
,
class:
"btn btn-new"
%p
.light
SSH key
allows
you to establish a secure connection between your computer and GitLab
SSH key
s allow
you to establish a secure connection between your computer and GitLab
%br
Before you can add
ssh
key you need to
Before you can add
an SSH
key you need to
=
link_to
"generate it"
,
help_ssh_path
%hr
...
...
app/views/profiles/notifications/show.html.haml
View file @
3f28d9f7
%h3
.page-title
Notifications settings
%p
.light
Application us
e email specified in your profile for notifications
GitLab uses th
e email specified in your profile for notifications
%hr
.alert.alert-info
%p
...
...
@@ -11,7 +11,7 @@
%p
%i
.icon-circle.cblue
%strong
Participating
–
You will
receive only notifications from related resources(ex. from assigned issue or your commit
)
–
You will
only receive notifications from related resources (e.g. from your commits or assigned issues
)
%p
%i
.icon-circle.cgreen
%strong
Watch
...
...
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