Sha256: dab80d452d8553765ca82930b6f3a2d3a956e211c2c0b240843d3a33d9fe2de0
Contents?: true
Size: 563 Bytes
Versions: 5
Compression:
Stored size: 563 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 %>"> <%%= yield %> <%%= render "javascript" %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems