From 4c3a61a760b22687fd670c8b02252b20532419be Mon Sep 17 00:00:00 2001 From: Artiom Lunev Date: Mon, 12 Dec 2011 00:18:51 +0200 Subject: [PATCH] fix merge request note link --- app/helpers/dashboard_helper.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/helpers/dashboard_helper.rb b/app/helpers/dashboard_helper.rb index 78cc234..5cf1027 100644 --- a/app/helpers/dashboard_helper.rb +++ b/app/helpers/dashboard_helper.rb @@ -10,6 +10,7 @@ module DashboardHelper when "Issue" then project_issue_path(project, note.noteable_id) when "Snippet" then project_snippet_path(project, note.noteable_id) when "Commit" then project_commit_path(project, :id => note.noteable_id) + when "MergeRequest" then project_merge_request_path(project, note.noteable_id) else wall_project_path(project) end else wall_project_path(project) -- libgit2 0.21.2