Sha256: 12bea3a4e3b85bc9706bec94fd493d95dbcb7a34607e5b821478a6a77f38c7b1
Contents?: true
Size: 624 Bytes
Versions: 14
Compression:
Stored size: 624 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <meta charset="utf-8" /> <meta name="ROBOTS" content="NOODP" /> <meta name="viewport" content="initial-scale=1" /> <%%# Configure default and controller-, and view-specific titles in config/locales/en.yml. For more see: https://github.com/calebthompson/title#usage %> <title><%%= title %></title> <%%= stylesheet_link_tag :application, media: "all" %> <%%= csrf_meta_tags %> </head> <body class="<%%= body_class %>"> <%%= render "flashes" -%> <%%= yield %> <%%= render "javascript" %> <%%= render "css_overrides" %> </body> </html>
Version data entries
14 entries across 14 versions & 4 rubygems