Implement forum topic voting and tag change pruning (#3580)

This commit is contained in:
Albert Yi
2018-04-16 16:09:39 -07:00
parent 45fad069d7
commit f2b525a6d2
182 changed files with 558 additions and 554 deletions

View File

@@ -116,7 +116,7 @@ class ApplicationController < ActionController::Base
fmt.xml { render template: "static/error", status: 501 }
end
else
render :template => "static/error", :status => 500
render :template => "static/error", :status => 500, :layout => "blank"
end
end