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:
parent
89a03a3453
commit
0aef2fe437
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module CommitsHelper
|
||||||
def more_commits_link
|
def more_commits_link
|
||||||
offset = params[:offset] || 0
|
offset = params[:offset] || 0
|
||||||
limit = params[:limit] || 100
|
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"
|
:remote => true, :class => "lite_button vm", :style => "text-align:center; width:930px; ", :id => "more-commits-link"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue