Sha256: bfe6fda4fdba803c4ea152150c8511f78dbff80539c7fed57ea27107d2304903
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Witcan</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> <%= yield :stylesheets %> </head> <body> <%= render file: "layouts/header" %> <content> <%= render file: "layouts/left_nav" %> <article> <%= render file: "layouts/flash" %> <%= yield %> </article> </content> <%= yield :javascripts %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
admin_help-0.1.4 | lib/generators/admin_help/templates/layouts/application.html.erb |