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