From 0aef2fe437d5f2e46a2de379610352bb97d65f6c Mon Sep 17 00:00:00 2001 From: Cedric Gatay Date: Tue, 27 Dec 2011 00:39:42 +0100 Subject: [PATCH] I have to domesticate RubyMine, keymapping is not the same as IntelliJ and I have deleted a character by mistake... --- app/helpers/commits_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/commits_helper.rb b/app/helpers/commits_helper.rb index 559508d9..035fd39c 100644 --- a/app/helpers/commits_helper.rb +++ b/app/helpers/commits_helper.rb @@ -20,7 +20,7 @@ module CommitsHelper def more_commits_link offset = params[:offset] || 0 limit = params[:limit] || 100 - link_to "More", project_commits_path(project, :offset => offset.to_i + limit.to_i, :limit => limit), + link_to "More", project_commits_path(@project, :offset => offset.to_i + limit.to_i, :limit => limit), :remote => true, :class => "lite_button vm", :style => "text-align:center; width:930px; ", :id => "more-commits-link" end