Commit 0aef2fe4 authored by Cedric Gatay's avatar Cedric Gatay

I have to domesticate RubyMine, keymapping is not the same as IntelliJ and I...

I have to domesticate RubyMine, keymapping is not the same as IntelliJ and I have deleted a character by mistake...
parent 89a03a34
......@@ -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
......
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