Commit 24e2c39f authored by Clement Ho's avatar Clement Ho Committed by Simon Knox

Merge branch 'zj-fix-fe-blank-button' into 'master'

Fix blank button not resetting project template value

Closes #36816

See merge request !13757
parent fcbca7d9
.project-templates-buttons.import-buttons{ data: { toggle: "buttons" } }
.btn.blank-option.active
%input{ type: "radio", autocomplete: "off", name: "project_templates", id: "blank", checked: "true" }
%input{ type: "radio", autocomplete: "off", name: "project[template_name]", id: "blank", checked: "true", value: "" }
= icon('file-o', class: 'btn-template-icon')
Blank
- Gitlab::ProjectTemplate.all.each do |template|
......
---
title: Fix new project form not resetting the template value
merge_request:
author:
type: fixed
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