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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
d0166334
Commit
d0166334
authored
Dec 02, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `
http://gitlab.example.com/u/`
prefix to "Change username" field.
parent
8d982457
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
app/views/profiles/accounts/show.html.haml
app/views/profiles/accounts/show.html.haml
+4
-3
No files found.
app/views/profiles/accounts/show.html.haml
View file @
d0166334
...
@@ -85,14 +85,15 @@
...
@@ -85,14 +85,15 @@
%p
%p
Changing your username will change path to all personal projects!
Changing your username will change path to all personal projects!
%div
%div
=
f
.
text_field
:username
,
required:
true
,
class:
'form-control'
.input-group
.input-group-addon
=
"
#{
root_url
}
u/"
=
f
.
text_field
:username
,
required:
true
,
class:
'form-control'
.loading-gif.hide
.loading-gif.hide
%p
%p
=
icon
(
'spinner spin'
)
=
icon
(
'spinner spin'
)
Saving new username
Saving new username
%p
.light
=
user_url
(
@user
)
.form-actions
.form-actions
=
f
.
submit
'Save username'
,
class:
"btn btn-warning"
=
f
.
submit
'Save username'
,
class:
"btn btn-warning"
...
...
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