Sha256: 2f732e49f8eb25210cacf5bb8103fc5461d467b63b2f91f1a0c1e88f98a24b0f
Contents?: true
Size: 623 Bytes
Versions: 3
Compression:
Stored size: 623 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title><%= @page_title || "We're sorry" %></title> <%= stylesheet_link_tag "pages/errors" %> </head> <body> <div id="content"> <% if @page_title -%> <h1><%= @page_title %></h1> <% end -%> <%= yield %> <% if @error_id %> <p class="error_id"> Error ID: <%= @error_id %> </p> <% end %> </content> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pages_core-3.4.3 | app/views/layouts/errors.html.erb |
pages_core-3.5.1 | app/views/layouts/errors.html.erb |
pages_core-3.4.2 | app/views/layouts/errors.html.erb |