Sha256: 40afe5050da20793a08df0280e6dba59a135fd8cd13c1f936720df4d2082c39d

Contents?: true

Size: 394 Bytes

Versions: 6

Compression:

Stored size: 394 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
godmin-0.9.5 app/views/layouts/godmin/_layout.html.erb
godmin-0.9.4 app/views/layouts/godmin/_layout.html.erb
godmin-0.9.3 app/views/layouts/godmin/_layout.html.erb
godmin-0.9.2 app/views/layouts/godmin/_layout.html.erb
godmin-0.9.1 app/views/layouts/godmin/_layout.html.erb
godmin-0.9.0 app/views/layouts/godmin/_layout.html.erb