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
72430ae9
Commit
72430ae9
authored
Jun 13, 2017
by
Riccardo Padovani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#33461: Display own user id in account settings page
parent
0037cf63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
app/views/profiles/show.html.haml
app/views/profiles/show.html.haml
+11
-4
No files found.
app/views/profiles/show.html.haml
View file @
72430ae9
...
...
@@ -42,11 +42,18 @@
-
if
current_user
.
ldap_user?
Some options are unavailable for LDAP accounts
.col-lg-9
.form-group
.row
.form-group.col-md-9
=
f
.
label
:name
,
class:
"label-light"
=
f
.
text_field
:name
,
class:
"form-control"
,
required:
true
%span
.help-block
Enter your name, so people you know can recognize you.
.form-group.col-md-3
=
f
.
label
:id
,
class:
'label-light'
do
User ID
=
f
.
text_field
:id
,
class:
'form-control'
,
readonly:
true
.form-group
=
f
.
label
:email
,
class:
"label-light"
-
if
@user
.
external_email?
...
...
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