Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorZsolt Kovari <zsolt.kovari@cern.ch>2019-07-22 15:52:30 +0300
committerFatih Acet <acetfatih@gmail.com>2019-07-22 15:52:30 +0300
commit0f9fb07d5c54391a9eb8a07c8b776f84ff6f951a (patch)
treec598cdf3ef99aaa907367193b80c3bc27c941c80 /app
parent06e44f7d03e5df62e8ab68e78008f2000d3e2b52 (diff)
Display group id on group admin page
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/groups/show.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml
index 98230684d56..f9cc118a252 100644
--- a/app/views/admin/groups/show.html.haml
+++ b/app/views/admin/groups/show.html.haml
@@ -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