Commit e95a8e15 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7985 from cirosantilli/outdated-comment

Remove outdated comment from commits_controller
parents 51ed8b7e ceaebe23
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment