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