Sha256: f07bab2ab2751ee9a44afc9aed02d6a6732c1e13a03a108678f934badb28db90
Contents?: true
Size: 662 Bytes
Versions: 30
Compression:
Stored size: 662 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <meta charset="utf-8" /> <meta name="ROBOTS" content="NOODP" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <%%# 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
30 entries across 30 versions & 4 rubygems