summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/project_select_combo_button.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/fixtures/project_select_combo_button.html.haml')
-rw-r--r--spec/javascripts/fixtures/project_select_combo_button.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/project_select_combo_button.html.haml b/spec/javascripts/fixtures/project_select_combo_button.html.haml
new file mode 100644
index 00000000000..54bc1a59279
--- /dev/null
+++ b/spec/javascripts/fixtures/project_select_combo_button.html.haml
@@ -0,0 +1,6 @@
+.project-item-select-holder
+ %input.project-item-select{ data: { group_id: '12345' , relative_path: 'issues/new' } }
+ %a.new-project-item-link{ data: { label: 'New issue' }, href: ''}
+ %i.fa.fa-spinner.spin
+ %a.new-project-item-select-button
+ %i.fa.fa-caret-down