Sha256: eb66d70adc42eb50c3d8253fdd0f6395afd500690520c04f881122f30ed543a7
Contents?: true
Size: 591 Bytes
Versions: 51
Compression:
Stored size: 591 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" %> </body> </html>
Version data entries
51 entries across 51 versions & 4 rubygems