Commit 1b8fb792 authored by Z.J. van de Weg's avatar Z.J. van de Weg

Fix HAML lint errors

parent db65499e
.project-templates-buttons.import-buttons{ data: { toggle: "buttons" }}
%div.btn.blank-option.active
.project-templates-buttons.import-buttons{ data: { toggle: "buttons" } }
.btn.blank-option.active
%input{ type: "radio", autocomplete: "off", name: "project_templates", id: "blank", checked: "true" }
= icon('file-o', class: 'btn-template-icon')
Blank
- Gitlab::ProjectTemplate.all.each do |template|
%div.btn
.btn
%input{ type: "radio", autocomplete: "off", name: "project_templates", id: template.name }
= custom_icon(template.logo)
= template.title
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