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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
06fca506
Commit
06fca506
authored
Jan 25, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'display-project-id' into 'master'
Display project ID Closes #18350 See merge request !8572
parents
d1eb85dd
65be0979
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+11
-4
changelogs/unreleased/display-project-id.yml
changelogs/unreleased/display-project-id.yml
+4
-0
No files found.
app/views/projects/edit.html.haml
View file @
06fca506
...
@@ -7,10 +7,17 @@
...
@@ -7,10 +7,17 @@
.project-edit-errors
.project-edit-errors
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
],
remote:
true
,
html:
{
multipart:
true
,
class:
"edit-project"
},
authenticity_token:
true
do
|
f
|
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
],
remote:
true
,
html:
{
multipart:
true
,
class:
"edit-project"
},
authenticity_token:
true
do
|
f
|
%fieldset
.append-bottom-0
%fieldset
.append-bottom-0
.form-group
.row
=
f
.
label
:name
,
class:
'label-light'
do
.form-group.col-md-9
Project name
=
f
.
label
:name
,
class:
'label-light'
do
=
f
.
text_field
:name
,
class:
"form-control"
,
id:
"project_name_edit"
Project name
=
f
.
text_field
:name
,
class:
"form-control"
,
id:
"project_name_edit"
.form-group.col-md-3
=
f
.
label
:id
,
class:
'label-light'
do
Project ID
=
f
.
text_field
:id
,
class:
'form-control'
,
readonly:
true
.form-group
.form-group
=
f
.
label
:description
,
class:
'label-light'
do
=
f
.
label
:description
,
class:
'label-light'
do
Project description
Project description
...
...
changelogs/unreleased/display-project-id.yml
0 → 100644
View file @
06fca506
---
title
:
Display project ID in project settings
merge_request
:
8572
author
:
winniehell
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