Sha256: 0ee6fa85c0cb93534389398c9cbdd91c4ffeb9d0074b3db32cf93ac0215a1509

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 Bytes

Contents

<%
  @page_title = "Oh dear..."
%>
<p>
  Something went terribly wrong. Of course, this shouldn't happen, and we'd really appreciate it if you
  could click the button below to notify us about the problem.
</p>
<p>
  Please include your email address if you'd like to hear back from us.
</p>

<form action="/errors/report" method="post">
  <p>
    <input name="email" type="text" class="text" value="<%= @email %>" placeholder="Your email (optional)" />
  </p>
  <p>
    <button type="submit" class="clean-gray">Report error</button>
  </p>
</form>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pages_core-3.4.3 app/views/errors/500.html.erb
pages_core-3.5.1 app/views/errors/500.html.erb
pages_core-3.4.2 app/views/errors/500.html.erb