Skip to content
Snippets Groups Projects
Commit 1563caf4 authored by Douwe Maan's avatar Douwe Maan
Browse files

Merge branch 'rs-git_not_found' into 'master'

Properly render the `errors/git_not_found` page



See merge request !2824
parents 3de6edd6 ae13389b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -164,7 +164,7 @@ class ApplicationController < ActionController::Base
end
 
def git_not_found!
render html: "errors/git_not_found", layout: "errors", status: 404
render "errors/git_not_found.html", layout: "errors", status: 404
end
 
def method_missing(method_sym, *arguments, &block)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment