summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-04-05 16:50:00 -0300
committerFelipe Artur <felipefac@gmail.com>2018-04-05 16:50:00 -0300
commit696daa7ef1d784dfd1521bd5b5cc2cc18d89e96e (patch)
treeb377383b0ee790838b90b04fd583d1646aa2a108
parent0a111c91d22f7bfe52cb47f6ffa4ecbe622c6a5d (diff)
downloadgitlab-ce-issue_44270.tar.gz
Fix rubocopissue_44270
-rw-r--r--app/views/shared/boards/components/sidebar/_due_date.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/boards/components/sidebar/_due_date.html.haml b/app/views/shared/boards/components/sidebar/_due_date.html.haml
index c1a97269954..d13b998e6f4 100644
--- a/app/views/shared/boards/components/sidebar/_due_date.html.haml
+++ b/app/views/shared/boards/components/sidebar/_due_date.html.haml
@@ -22,7 +22,7 @@
":value" => "issue.dueDate" }
.dropdown
%button.dropdown-menu-toggle.js-due-date-select.js-issue-boards-due-date{ type: 'button',
- data: { toggle: 'dropdown', field_name: "issue[due_date]", ability_name: "issue" }}
+ data: { toggle: 'dropdown', field_name: "issue[due_date]", ability_name: "issue" } }
%span.dropdown-toggle-text Due date
= icon('chevron-down')
.dropdown-menu.dropdown-menu-due-date