Sha256: 7786f544971a18debfe1aede68b3e93bbbeecf36072487fdb25e3a747f6d1179
Contents?: true
Size: 594 Bytes
Versions: 14
Compression:
Stored size: 594 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <meta charset="utf-8" /> <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> <%%= render "flashes" -%> <%%= yield %> <%%= render "javascript" %> <%%= render "css_overrides" %> </body> </html>
Version data entries
14 entries across 14 versions & 2 rubygems