BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
65be0979
Commit
65be0979
authored
Jan 13, 2017
by
winniehell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display project ID in project settings (!8572)
parent
7ce79f31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
edit.html.haml
app/views/projects/edit.html.haml
+11
-4
display-project-id.yml
changelogs/unreleased/display-project-id.yml
+4
-0
No files found.
app/views/projects/edit.html.haml
View file @
65be0979
...
...
@@ -7,10 +7,17 @@
.project-edit-errors
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
],
remote:
true
,
html:
{
multipart:
true
,
class:
"edit-project"
},
authenticity_token:
true
do
|
f
|
%fieldset
.append-bottom-0
.form-group
=
f
.
label
:name
,
class:
'label-light'
do
Project name
=
f
.
text_field
:name
,
class:
"form-control"
,
id:
"project_name_edit"
.row
.form-group.col-md-9
=
f
.
label
:name
,
class:
'label-light'
do
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
=
f
.
label
:description
,
class:
'label-light'
do
Project description
...
...
changelogs/unreleased/display-project-id.yml
0 → 100644
View file @
65be0979
---
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