mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user