Sha256: b77a7512ce8c0de0a53158ba5907177d236422109f99f2e9df624c1be0d5d588
Contents?: true
Size: 324 Bytes
Versions: 2
Compression:
Stored size: 324 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= Rails.application.class.parent_name %></title> <%%= stylesheet_link_tag 'admin', media: 'all', 'data-turbolinks-track' => true %> <%%= javascript_include_tag 'admin', 'data-turbolinks-track' => true %> <%%= csrf_meta_tags %> </head> <body> <%%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adminscaffold-1.0.1 | lib/generators/admin_scaffold/templates/admin.html.erb.tt |
adminscaffold-1.0.0 | lib/generators/admin_scaffold/templates/admin.html.erb.tt |