diff options
author | Peter Marko <peter.marko@siemens.com> | 2019-03-07 20:32:21 +0100 |
---|---|---|
committer | Peter Marko <peter.marko@siemens.com> | 2019-03-11 14:19:47 +0100 |
commit | 4e2781febd1564febe6968d902c56a74c45c6bf7 (patch) | |
tree | 43688da3a6009d0fd8ef8879db36cef896170f37 /app | |
parent | 3d37d29a2856807083e4672f3946bc03722ccbac (diff) | |
download | gitlab-ce-4e2781febd1564febe6968d902c56a74c45c6bf7.tar.gz |
expose group id on home panel
Diffstat (limited to 'app')
-rw-r--r-- | app/views/groups/_home_panel.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_home_panel.html.haml b/app/views/groups/_home_panel.html.haml index 39c0c113793..dbd01c3c61a 100644 --- a/app/views/groups/_home_panel.html.haml +++ b/app/views/groups/_home_panel.html.haml @@ -13,7 +13,7 @@ = visibility_level_icon(@group.visibility_level, fw: false, options: {class: 'icon'}) .home-panel-metadata.d-flex.align-items-center.text-secondary %span - = _("Group") + = _("Group ID: %{group_id}") % { group_id: @group.id } - if current_user %span.access-request-links.prepend-left-8 = render 'shared/members/access_request_links', source: @group |