Add http://gitlab.example.com/u/
prefix to "Change username" field.
This commit is contained in:
parent
8d98245783
commit
d0166334ba
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue