stubbed in view code from old danbooru; only janitors can lock a wiki page
This commit is contained in:
7
app/views/static/500.html.erb
Normal file
7
app/views/static/500.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1><%= @ex.class.to_s %> exception raised</h1>
|
||||
<ul style="font-family: monospace; font-size: 1.2em; list-style-type: none;">
|
||||
<li><%= @ex.message %></li>
|
||||
<%- @ex.backtrace.each do |b| -%>
|
||||
<li style="list-style-type: none;"><%= b %></li>
|
||||
<%- end -%>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user