Sha256: 7e3a1a67ce80a6f8daa66f5544a3668c0355f56a9ce3c3d107050cad35b9b439

Contents?: true

Size: 350 Bytes

Versions: 4

Compression:

Stored size: 350 Bytes

Contents

<!doctype html>
<html>
  <head>
    <title>Godmin</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

4 entries across 4 versions & 1 rubygems

Version Path
godmin-0.9.9 app/views/layouts/godmin/_layout.html.erb
godmin-0.9.8 app/views/layouts/godmin/_layout.html.erb
godmin-0.9.7 app/views/layouts/godmin/_layout.html.erb
godmin-0.9.6 app/views/layouts/godmin/_layout.html.erb