Sha256: fec49f9e10b7f7911b4e19d5984452a58f7928051671c1373f9557303777361b
Contents?: true
Size: 413 Bytes
Versions: 27
Compression:
Stored size: 413 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> <%= yield %> </body> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems