aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb
blob: 2a65fd06ad89de62083e8bffdfc704c09ffd026f (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                              
                                      



                                                         
      
<header>
  <h1>Template is missing</h1>
</header>

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

  <%= render template: "rescues/_source" %>
  <%= render template: "rescues/_trace" %>
  <%= render template: "rescues/_request_and_response" %>
</div>