summaryrefslogtreecommitdiff
path: root/app/views/projects/error_tracking/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/error_tracking/index.html.haml')
-rw-r--r--app/views/projects/error_tracking/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/error_tracking/index.html.haml b/app/views/projects/error_tracking/index.html.haml
index bc02c5f0e5a..96f61584a99 100644
--- a/app/views/projects/error_tracking/index.html.haml
+++ b/app/views/projects/error_tracking/index.html.haml
@@ -1,3 +1,3 @@
- page_title _('Errors')
-#js-error_tracking{ data: error_tracking_data(@project) }
+#js-error_tracking{ data: error_tracking_data(@current_user, @project) }