Sha256: a3dd190ecd5f44fb9674220a2dc759f834ef820eab7b37cf0f1d4cda682a2213
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
<!doctype html> <html dir="<%= text_direction %>" lang="<%= locale %>"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <%= display_meta_tags %> <%= csrf_meta_tags %> <%= stylesheet_link_tag "#{current_theme}/frontend", media: "all" %> <%= yield(:stylesheet) if content_for?(:stylesheet) %> </head> <body> <%= yield %> <%= javascript_include_tag "#{current_theme}/frontend" %> <%= yield(:javascript) if content_for?(:javascript) %> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
archangel-0.4.0 | app/themes/default/views/layouts/frontend.html.erb |
archangel-0.4.0 | lib/archangel/commands/templates/theme/app/themes/%theme_base_name%/views/layouts/frontend.html.erb |