Sha256: bde1779b62e88cb0092518dab6c61aa40a94baf4483c7ab356c67e5e518934fd
Contents?: true
Size: 472 Bytes
Versions: 27
Compression:
Stored size: 472 Bytes
Contents
<!DOCTYPE html> <%= content_tag(:html, lang: I18n.locale) do %> <head> <title><%= @page_title.presence || 'Pageflow' %></title> <%= csrf_meta_tags %> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <%= yield :head %> </head> <body class="js"> <%= yield %> <%= render 'layouts/pageflow/theme_probes' %> </body> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems