Commit 55ff13c5 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'georgekoltsov/8857-display-parent-group-in-project-templates' into 'master'

Display full name for group project templates

See merge request gitlab-org/gitlab-ee!15392
parents 7a59afd2 04202b70
......@@ -10,7 +10,7 @@
.avatar-container.s40
= group_icon(group, alt: group.name, class: 'btn-template-icon avatar s40 avatar-tile', lazy: false)
.template-subgroup-name.prepend-left-5
%strong= group.name
%strong= group.full_name
- if group.description.present?
.text-muted
= group.description
......
---
title: Display group's full name when creating a project from custom group-level project
templates
merge_request: 15392
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment