Sha256: 75b1e5f47b103521c2959b74de14b0598ab702673b3cbbead829a26a387aca78

Contents?: true

Size: 410 Bytes

Versions: 5

Compression:

Stored size: 410 Bytes

Contents

<!doctype html>
<html>
  <head>
    <title><%= t("godmin.title") %></title>
    <%= stylesheet_link_tag File.join(engine_wrapper.namespaced_path, "application").gsub(/^\//, ""), media: "all" %>
    <%= javascript_include_tag File.join(engine_wrapper.namespaced_path, "application").gsub(/^\//, "") %>
    <%= csrf_meta_tags %>
    <%= yield :head %>
  </head>
  <body>
    <%= yield :body %>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
godmin-1.0.0 app/views/layouts/godmin/_layout.html.erb
godmin-0.12.4 app/views/layouts/godmin/_layout.html.erb
godmin-0.12.3 app/views/layouts/godmin/_layout.html.erb
godmin-0.12.2 app/views/layouts/godmin/_layout.html.erb
godmin-0.12.1 app/views/layouts/godmin/_layout.html.erb