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
0f9fb07d
Commit
0f9fb07d
authored
Jul 22, 2019
by
Zsolt Kovari
Committed by
Fatih Acet
Jul 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display group id on group admin page
parent
06e44f7d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
+14
-0
app/views/admin/groups/show.html.haml
app/views/admin/groups/show.html.haml
+5
-0
changelogs/unreleased/60948-display-groupid-on-group-admin-page.yml
.../unreleased/60948-display-groupid-on-group-admin-page.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
spec/features/admin/admin_groups_spec.rb
spec/features/admin/admin_groups_spec.rb
+1
-0
No files found.
app/views/admin/groups/show.html.haml
View file @
0f9fb07d
...
...
@@ -40,6 +40,11 @@
%strong
=
@group
.
created_at
.
to_s
(
:medium
)
%li
%span
.light
=
_
(
'ID:'
)
%strong
=
@group
.
id
=
render_if_exists
'admin/namespace_plan_info'
,
namespace:
@group
%li
...
...
changelogs/unreleased/60948-display-groupid-on-group-admin-page.yml
0 → 100644
View file @
0f9fb07d
---
title
:
Display group id on group admin page
merge_request
:
29735
author
:
Zsolt Kovari
type
:
added
locale/gitlab.pot
View file @
0f9fb07d
...
...
@@ -5324,6 +5324,9 @@ msgstr ""
msgid "ID"
msgstr ""
msgid "ID:"
msgstr ""
msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox client side evaluation."
msgstr ""
...
...
spec/features/admin/admin_groups_spec.rb
View file @
0f9fb07d
...
...
@@ -90,6 +90,7 @@ describe 'Admin Groups' do
visit
admin_group_path
(
group
)
expect
(
page
).
to
have_content
(
"Group:
#{
group
.
name
}
"
)
expect
(
page
).
to
have_content
(
"ID:
#{
group
.
id
}
"
)
end
end
...
...
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