Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-27 19:35:49 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-27 19:35:49 +0400
commita031813887a203b80006e7fdc3204355fd8d02b7 (patch)
tree880220df6e58e81503bd5c299164cb5b3582dd7f /app/helpers/dashboard_helper.rb
parent1b2fba08fe83c7075d58cb34ba6ce79dfd527b41 (diff)
Commit, network graph refactoring
Diffstat (limited to 'app/helpers/dashboard_helper.rb')
-rw-r--r--app/helpers/dashboard_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/dashboard_helper.rb b/app/helpers/dashboard_helper.rb
index 6666cabc2d7..78cc2343aa5 100644
--- a/app/helpers/dashboard_helper.rb
+++ b/app/helpers/dashboard_helper.rb
@@ -2,7 +2,7 @@ module DashboardHelper
def dashboard_feed_path(project, object)
case object.class.name.to_s
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 "Commit" then project_commit_path(project, project.repo.commits(object.id).first)
when "Note"
then
note = object