diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-07-31 17:34:00 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-07-31 17:34:00 +0100 |
commit | 74b58131d49ac1379cc8071b1df3867bdbf54eae (patch) | |
tree | ff7bc770f54f741c2f8e46dbada7a2c4001f131f /app/views | |
parent | cb127785e08c37fd1f5e0dd11ca2327930fa443a (diff) | |
download | gitlab-ce-74b58131d49ac1379cc8071b1df3867bdbf54eae.tar.gz |
[ci skip] Removes dummy placeholders
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/_project_templates.html.haml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/projects/_project_templates.html.haml b/app/views/projects/_project_templates.html.haml index 8a3b5290f83..a802705051e 100644 --- a/app/views/projects/_project_templates.html.haml +++ b/app/views/projects/_project_templates.html.haml @@ -11,14 +11,3 @@ %input{ type: "radio", autocomplete: "off", name: "project_templates", id: template.name } = image_tag(template.logo_path) = template.title - - %div.btn.btn-default - %input{ type: "radio", autocomplete: "off", name: "project_templates", id: "blank" } - = icon('file-o') - Node Express - - - %div.btn.btn-default - %input{ type: "radio", autocomplete: "off", name: "project_templates", id: "blank"} - = icon('file-o') - Java Spring |