aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb
blob: 22eb6e9b4ecc654f619ca2f716d27c56a7491311 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<header>
  <h1>Template is missing</h1>
</header>

<div id="container">
  <h2><%= h @exception.message %></h2>

  <%= render "rescues/source", source_extracts: @source_extracts, show_source_idx: @show_source_idx %>
  <%= render "rescues/trace", traces: @traces, trace_to_show: @trace_to_show %>
  <%= render template: "rescues/_request_and_response" %>
</div>