I have to domesticate RubyMine, keymapping is not the same as IntelliJ and I have deleted a character by mistake...

This commit is contained in:
Cedric Gatay 2011-12-27 00:39:42 +01:00
parent 89a03a3453
commit 0aef2fe437

View file

@ -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