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
|
||||
Changing your username will change path to all personal projects!
|
||||
%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
|
||||
%p
|
||||
= icon('spinner spin')
|
||||
Saving new username
|
||||
%p.light
|
||||
= user_url(@user)
|
||||
.form-actions
|
||||
= f.submit 'Save username', class: "btn btn-warning"
|
||||
|
||||
|
|
Loading…
Reference in a new issue