Sha256: 8ac4dad217f2d1085363a59d74e48f4294b74e84fd0135258448088a01842283
Contents?: true
Size: 528 Bytes
Versions: 10
Compression:
Stored size: 528 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" /> <title><%= title %></title> <%= stylesheet_link_tag :application, media: "all" %> <%= csrf_meta_tags %> </head> <body class="<%%= body_class %>"> <%= render "shared/flashes" -%> <%= yield %> <%= render "shared/javascript" %> <%= render "shared/styles" %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems