Error when viewing huge_commit
Created by: jordi-adame
When viewing huge commit I get a 500 error.
production.log
Started GET "/astrata/commit/13a1c0ee48621030a627747e71023ef73ddf2b38" for 127.0.0.1 at 2012-10-24 10:23:51 -0500
Processing by CommitController#show as HTML
Parameters: {"project_id"=>"astrata", "id"=>"13a1c0ee48621030a627747e71023ef73ddf2b38"}
Completed 500 Internal Server Error in 10132ms
ActionView::MissingTemplate (Missing template commit/huge_commit, project_resource/huge_commit, application/huge_commit with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in:
* "/home/gitlab/gitlab/app/views"
* "/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/kaminari-0.14.0/app/views"
* "/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/devise-2.1.2/app/views"
):
app/controllers/commit_controller.rb:25:in `block (2 levels) in show'
app/controllers/commit_controller.rb:22:in `show'