Commit 37a0a25f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #185 from artiom/181-mergerequest-note-link

fix merge request note link
parents 02e82728 1b6fb006
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment