summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-08-07 20:55:50 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-08-07 20:55:50 +0000
commit0532bff6d41fd3c685c88622f34fa726f171568a (patch)
tree6c2f1cc5abe0bfdcc8ebe21896f3f5ff4c0b9f1a /spec/javascripts/fixtures
parent5f30350c5b2482f72e221cce33ebd66919fcd6b4 (diff)
downloadgitlab-ce-0532bff6d41fd3c685c88622f34fa726f171568a.tar.gz
Group-level new issue & MR using previously selected project
Diffstat (limited to 'spec/javascripts/fixtures')
-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