summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-17 13:15:10 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-24 14:43:34 +0200
commit071f404d2cae2e3b84a2be7664b296f73343cbf1 (patch)
treec101da6b7673eee14929ef2d0a2e0c22303eb163
parentd9049c136e9d97e6eafed44c4cf972ad0887bfc4 (diff)
downloadgitlab-ce-071f404d2cae2e3b84a2be7664b296f73343cbf1.tar.gz
Fix syntax errors in template.
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index a7ec7bc6eb6..c1deffe3cfe 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -175,7 +175,7 @@
new DueDateSelect();
gl.IssuableResource = createSubbableResource({
path: '#{issuable_json_path(issuable)}',
- data: '#{issuable.to_json}'
- pollInterval: 15000,
+ data: '#{issuable.to_json}',
+ pollInterval: 15000
});
sidebar = new Sidebar();