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

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