Sha256: 43371c4e44e477acf058ce1d960aba0c31d396dab95c946765ba193943af4dd6
Contents?: true
Size: 567 Bytes
Versions: 1
Compression:
Stored size: 567 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"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><%= @page_title || "We're sorry" %></title> <%= stylesheet_link_tag "pages/errors" %> </head> <body> <main> <% if @page_title %> <h1><%= @page_title %></h1> <% end %> <%= yield %> </main> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pages_core-3.12.0 | app/views/layouts/errors.html.erb |