diff options
| author | Phil Hughes <me@iamphill.com> | 2016-08-19 15:36:49 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2016-08-19 15:36:49 +0100 |
| commit | d1b987fd05ef650cfb227da5828a1cd4fc811436 (patch) | |
| tree | b764864dfbe090d1edf0d2fc247d99aa49fc1c4f /spec/javascripts | |
| parent | bcf304b04ac4bd7e7863421f84a388ab4039b80f (diff) | |
| download | gitlab-ce-d1b987fd05ef650cfb227da5828a1cd4fc811436.tar.gz | |
Changed file name
Updated spec HAML
Diffstat (limited to 'spec/javascripts')
| -rw-r--r-- | spec/javascripts/fixtures/issue_sidebar_label.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/fixtures/issue_sidebar_label.html.haml b/spec/javascripts/fixtures/issue_sidebar_label.html.haml index 74421730b98..397bdc85c67 100644 --- a/spec/javascripts/fixtures/issue_sidebar_label.html.haml +++ b/spec/javascripts/fixtures/issue_sidebar_label.html.haml @@ -5,7 +5,7 @@ Edit .selectbox.hide-collapsed{ style: "display: none;" } .dropdown - %button.dropdown-menu-toggle.js-label-select.js-multiselect{"data-ability-name" => "issue", "data-field-name" => "issue[label_names][]", "data-issue-update" => "/root/test/issues/2.json", "data-labels" => "/root/test/labels.json", "data-project-id" => "12", "data-show-any" => "true", "data-show-no" => "true", "data-toggle" => "dropdown", :type => "button"} + %button.dropdown-menu-toggle.js-label-select.js-multiselect{ type: "button", data: { ability_name: "issue", field_name: "issue[label_names][]", issue_update: "/root/test/issues/2.json", labels: "/root/test/labels.json", project_id: "12", show_any: "true", show_no: "true", toggle: "dropdown" } } %span.dropdown-toggle-text Label %i.fa.fa-chevron-down |
