summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-11 17:28:54 +0100
committerPhil Hughes <me@iamphill.com>2016-04-11 17:28:54 +0100
commit1b4a56bdb05afdb68b99067c60b9b453b2ecdc24 (patch)
tree14d03f410ca8e2ac8399231e4765618dd9534b64
parent6a13b372224a5f7ae03dde92f455645441b62f84 (diff)
downloadgitlab-ce-build-notification-fixes.tar.gz
Fixed failing testsbuild-notification-fixes
-rw-r--r--app/views/projects/merge_requests/widget/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/widget/_show.html.haml b/app/views/projects/merge_requests/widget/_show.html.haml
index 804ca3783e3..3c68d61c4b5 100644
--- a/app/views/projects/merge_requests/widget/_show.html.haml
+++ b/app/views/projects/merge_requests/widget/_show.html.haml
@@ -26,4 +26,4 @@
builds_path: "#{builds_namespace_project_merge_request_path(@project.namespace, @project, @merge_request)}"
};
- new MergeRequestWidget(opts);
+ merge_request_widget = new MergeRequestWidget(opts);