Sha256: 857c5a4bd6381a87bbba606bb5437201445fbfbf3b6322fa1a18fde1a86a6978

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= I18n.t('simplificator_infrastructure.errors.page_title') %></title>
    <%= stylesheet_link_tag    "simplificator_infrastructure/application", media: "all" %>
    <%= javascript_include_tag "simplificator_infrastructure/application" %>
    <%= csrf_meta_tags %>
  </head>
  <body class="errors simplificator_infrastructure">
    <%= yield %>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simplificator_infrastructure-0.1.1 app/views/layouts/simplificator_infrastructure/errors.html.erb
simplificator_infrastructure-0.1.0 app/views/layouts/simplificator_infrastructure/errors.html.erb