Sha256: a05a2722bfb1b3078ad5f264d58ed6392bbe04ae08755f6c2df23591ae506cb6

Contents?: true

Size: 582 Bytes

Versions: 17

Compression:

Stored size: 582 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>
  <div id="content">
    <% if @page_title %>
      <h1><%= @page_title %></h1>
    <% end %>
    <%= yield %>
  </content>
</body>
</html>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
pages_core-3.11.3 app/views/layouts/errors.html.erb
pages_core-3.11.2 app/views/layouts/errors.html.erb
pages_core-3.11.1 app/views/layouts/errors.html.erb
pages_core-3.11.0 app/views/layouts/errors.html.erb
pages_core-3.10.2 app/views/layouts/errors.html.erb
pages_core-3.10.1 app/views/layouts/errors.html.erb
pages_core-3.9.2 app/views/layouts/errors.html.erb
pages_core-3.9.1 app/views/layouts/errors.html.erb
pages_core-3.9.0 app/views/layouts/errors.html.erb
pages_core-3.8.3 app/views/layouts/errors.html.erb
pages_core-3.8.2 app/views/layouts/errors.html.erb
pages_core-3.8.1 app/views/layouts/errors.html.erb
pages_core-3.8.0 app/views/layouts/errors.html.erb
pages_core-3.7.0 app/views/layouts/errors.html.erb
pages_core-3.6.2 app/views/layouts/errors.html.erb
pages_core-3.6.1 app/views/layouts/errors.html.erb
pages_core-3.6.0 app/views/layouts/errors.html.erb