summaryrefslogtreecommitdiff
path: root/app/views/projects/project_templates/_built_in_templates.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/project_templates/_built_in_templates.html.haml')
-rw-r--r--app/views/projects/project_templates/_built_in_templates.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/project_templates/_built_in_templates.html.haml b/app/views/projects/project_templates/_built_in_templates.html.haml
index 2a0ce4bd16b..6159f1c3542 100644
--- a/app/views/projects/project_templates/_built_in_templates.html.haml
+++ b/app/views/projects/project_templates/_built_in_templates.html.haml
@@ -1,7 +1,7 @@
- Gitlab::ProjectTemplate.all.each do |template|
.template-option.d-flex.align-items-center
- .logo.append-right-10
- = custom_icon(template.logo, size: 40)
+ .logo.append-right-10.px-1
+ = image_tag template.logo, size: 32, class: "btn-template-icon icon-#{template.name}"
.description
%strong
= template.title