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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue