summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/static/project_select_combo_button.html
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/fixtures/static/project_select_combo_button.html')
-rw-r--r--spec/javascripts/fixtures/static/project_select_combo_button.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/javascripts/fixtures/static/project_select_combo_button.html b/spec/javascripts/fixtures/static/project_select_combo_button.html
deleted file mode 100644
index 50c826051c0..00000000000
--- a/spec/javascripts/fixtures/static/project_select_combo_button.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="project-item-select-holder">
-<input class="project-item-select" data-group-id="12345" data-relative-path="issues/new">
-<a class="new-project-item-link" data-label="New issue" data-type="issues" href="">
-<i class="fa fa-spinner spin"></i>
-</a>
-<a class="new-project-item-select-button">
-<i class="fa fa-caret-down"></i>
-</a>
-</div>