diff --git a/app/helpers/dashboard_helper.rb b/app/helpers/dashboard_helper.rb index 422097d1..218be8a1 100644 --- a/app/helpers/dashboard_helper.rb +++ b/app/helpers/dashboard_helper.rb @@ -1,7 +1,7 @@ module DashboardHelper def dashboard_feed_path(project, object) case object.class.name.to_s - when "Issue" then project_issues_path(project, project.issues.find(object.id)) + when "Issue" then project_issue_path(project, project.issues.find(object.id)) when "Grit::Commit" then project_commit_path(project, project.repo.commits(object.id).first) when "Note" then