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
5e768299
Commit
5e768299
authored
Apr 19, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show group id in group settings
parent
27bdf206
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+2
-0
app/views/shared/_group_form.html.haml
app/views/shared/_group_form.html.haml
+7
-0
changelogs/unreleased/show-group-id-in-group-settings.yml
changelogs/unreleased/show-group-id-in-group-settings.yml
+5
-0
No files found.
app/views/groups/edit.html.haml
View file @
5e768299
-
breadcrumb_title
"General Settings"
-
breadcrumb_title
"General Settings"
-
@content_class
=
"limit-container-width"
unless
fluid_layout
.panel.panel-default.prepend-top-default
.panel.panel-default.prepend-top-default
.panel-heading
.panel-heading
Group settings
Group settings
...
...
app/views/shared/_group_form.html.haml
View file @
5e768299
...
@@ -32,6 +32,13 @@
...
@@ -32,6 +32,13 @@
required:
true
,
required:
true
,
title:
'You can choose a descriptive name different from the path.'
title:
'You can choose a descriptive name different from the path.'
-
if
@group
.
persisted?
.form-group.group-name-holder
=
f
.
label
:id
,
class:
'control-label'
do
=
_
(
"Group ID"
)
.col-sm-10
=
f
.
text_field
:id
,
class:
'form-control'
,
readonly:
true
.form-group.group-description-holder
.form-group.group-description-holder
=
f
.
label
:description
,
class:
'control-label'
=
f
.
label
:description
,
class:
'control-label'
.col-sm-10
.col-sm-10
...
...
changelogs/unreleased/show-group-id-in-group-settings.yml
0 → 100644
View file @
5e768299
---
title
:
Show group id in group settings
merge_request
:
18482
author
:
George Tsiolis
type
:
added
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