Sha256: 3d828325189b5cc161941536a14a5f10606354dfd831c6aee2bfb7a6c99dbec4

Contents?: true

Size: 368 Bytes

Versions: 8

Compression:

Stored size: 368 Bytes

Contents

<!doctype html>
<html>
  <head>
    <title><%= t("godmin.title") %></title>
    <%= stylesheet_link_tag [Godmin.namespace, "application"].compact.join("/"), media: "all" %>
    <%= javascript_include_tag [Godmin.namespace, "application"].compact.join("/") %>
    <%= csrf_meta_tags %>
    <%= yield :head %>
  </head>
  <body>
    <%= yield :body %>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
godmin-0.12.0 app/views/layouts/godmin/_layout.html.erb
godmin-0.11.2 app/views/layouts/godmin/_layout.html.erb
godmin-0.11.1 app/views/layouts/godmin/_layout.html.erb
godmin-0.11.0 app/views/layouts/godmin/_layout.html.erb
godmin-0.10.3 app/views/layouts/godmin/_layout.html.erb
godmin-0.10.2 app/views/layouts/godmin/_layout.html.erb
godmin-0.10.1 app/views/layouts/godmin/_layout.html.erb
godmin-0.10.0 app/views/layouts/godmin/_layout.html.erb