Sha256: 3d828325189b5cc161941536a14a5f10606354dfd831c6aee2bfb7a6c99dbec4
Contents?: true
Size: 368 Bytes
Versions: 8
Compression:
Stored size: 368 Bytes
Contents
<!doctype html> <html> <head> <title><%= t("godmin.title") %></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
8 entries across 8 versions & 1 rubygems