summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-04-05 15:31:46 -0300
committerFelipe Artur <felipefac@gmail.com>2018-04-05 15:32:17 -0300
commit0a111c91d22f7bfe52cb47f6ffa4ecbe622c6a5d (patch)
tree6f0ca707a57422b8d5d14ff09abc01f474b1534e
parentb9c0cf1318d663edc3af593f88521e86e0614824 (diff)
downloadgitlab-ce-0a111c91d22f7bfe52cb47f6ffa4ecbe622c6a5d.tar.gz
Fix rubocop
-rw-r--r--app/views/shared/boards/components/sidebar/_labels.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/boards/components/sidebar/_labels.html.haml b/app/views/shared/boards/components/sidebar/_labels.html.haml
index 3c514ededc5..87e6b52f46e 100644
--- a/app/views/shared/boards/components/sidebar/_labels.html.haml
+++ b/app/views/shared/boards/components/sidebar/_labels.html.haml
@@ -26,7 +26,7 @@
project_id: @project&.try(:id),
labels: labels_filter_path(false),
namespace_path: @namespace_path,
- project_path: @project.try(:path) }}
+ project_path: @project.try(:path) } }
%span.dropdown-toggle-text
Label
= icon('chevron-down')