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