diff options
| author | Bryce Johnson <bryce@gitlab.com> | 2017-08-07 20:55:50 +0000 |
|---|---|---|
| committer | Clement Ho <clemmakesapps@gmail.com> | 2017-08-07 20:55:50 +0000 |
| commit | 0532bff6d41fd3c685c88622f34fa726f171568a (patch) | |
| tree | 6c2f1cc5abe0bfdcc8ebe21896f3f5ff4c0b9f1a /spec/javascripts/fixtures | |
| parent | 5f30350c5b2482f72e221cce33ebd66919fcd6b4 (diff) | |
| download | gitlab-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.haml | 6 |
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 |
