Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-10-07 21:02:52 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-10-07 21:02:52 +0400
commite95a8e15007518761f9c95d1aca3f94b2d8946d3 (patch)
tree28b2ee6d04dcb6045776eceb4ac5ca8e032db1d2 /app/controllers
parent51ed8b7edd119897a4a0b2f5948d049dfc8691a4 (diff)
parentceaebe233c00bbf0df2d2bd6e3c852752546ba42 (diff)
Merge pull request #7985 from cirosantilli/outdated-comment
Remove outdated comment from commits_controller
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/commits_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/commits_controller.rb b/app/controllers/projects/commits_controller.rb
index 038645aa497..b7f09eb271d 100644
--- a/app/controllers/projects/commits_controller.rb
+++ b/app/controllers/projects/commits_controller.rb
@@ -17,7 +17,7 @@ class Projects::CommitsController < Projects::ApplicationController
group(:commit_id).count
respond_to do |format|
- format.html # index.html.erb
+ format.html
format.json { pager_json("projects/commits/_commits", @commits.size) }
format.atom { render layout: false }
end