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