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:
authorCiro Santilli <ciro.santilli@gmail.com>2014-10-07 20:52:16 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-07 20:52:16 +0400
commitceaebe233c00bbf0df2d2bd6e3c852752546ba42 (patch)
tree67e92b0007794dc25ca6e0bc64ae68051c01e8df /app/controllers/projects/commits_controller.rb
parentbbc52b000008c9020d2a38dafc09ff3341a69cae (diff)
Remove outdated comment from commits_controller
Diffstat (limited to 'app/controllers/projects/commits_controller.rb')
-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