gitlab-org--gitlab-foss/app/views/projects/_project_templates.html.haml

9 lines
377 B
Plaintext
Raw Normal View History

.col-sm-12.template-buttons
- Gitlab::ProjectTemplate.all.each do |template|
-# The title should be the value posted to the controller, a pretty name to print would be
-# template.name
= template.title
= image_tag(template.logo_path)
= f.text_field :template_title, placeholder: "rails", class: "form-control", tabindex: 2, autofocus: true, required: true