From f761cda4033a447539f386847f1e4d743a88ce28 Mon Sep 17 00:00:00 2001 From: Marcin Ciunelis Date: Thu, 27 Sep 2012 23:56:52 +0200 Subject: [PATCH] app_err_url -> app_problem_url --- app/models/notification_services/hipchat_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/notification_services/hipchat_service.rb b/app/models/notification_services/hipchat_service.rb index 7fb1a3b..8680df7 100644 --- a/app/models/notification_services/hipchat_service.rb +++ b/app/models/notification_services/hipchat_service.rb @@ -17,7 +17,7 @@ class NotificationServices::HipchatService < NotificationService end def create_notification(problem) - url = app_err_url problem.app, problem + url = app_problem_url problem.app, problem message = <<-MSG.strip_heredoc [#{ERB::Util.html_escape problem.app.name}]#{ERB::Util.html_escape notification_description(problem)}
#{url} -- libgit2 0.21.2