From 74b58131d49ac1379cc8071b1df3867bdbf54eae Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Mon, 31 Jul 2017 17:34:00 +0100 Subject: [ci skip] Removes dummy placeholders --- app/views/projects/_project_templates.html.haml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'app/views') 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 -- cgit v1.2.1