Files
gitlabhq/app/controllers/errors_controller.rb
T

8 lines
118 B
Ruby

class ErrorsController < ApplicationController
layout "error"
def githost
render "errors/gitolite"
end
end