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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/fixtures/project_select_combo_button.html.haml b/spec/javascripts/fixtures/project_select_combo_button.html.haml
index 54bc1a59279..432cd5fcc74 100644
--- a/spec/javascripts/fixtures/project_select_combo_button.html.haml
+++ b/spec/javascripts/fixtures/project_select_combo_button.html.haml
@@ -1,6 +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: ''}
+ %a.new-project-item-link{ data: { label: 'New issue', type: 'issues' }, href: ''}
%i.fa.fa-spinner.spin
%a.new-project-item-select-button
%i.fa.fa-caret-down