Sha256: a8420bfe33b6b339cd5cce59a30e1e7a3952a6cc414df4e3da14efd7e4103662

Contents?: true

Size: 616 Bytes

Versions: 8

Compression:

Stored size: 616 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= content_for(:title) || "Ruby2html" %></title>
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <%= csrf_meta_tags %>
    <%= csp_meta_tag %>

    <%= yield :head %>

    <link rel="manifest" href="/manifest.json">
    <link rel="icon" href="/icon.png" type="image/png">
    <link rel="icon" href="/icon.svg" type="image/svg+xml">
    <link rel="apple-touch-icon" href="/icon.png">
    <%= stylesheet_link_tag "application" %>
  </head>

  <body>
    <%= yield %>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby2html-1.4.0 app/views/layouts/application.html.erb
ruby2html-1.3.3 app/views/layouts/application.html.erb
ruby2html-1.3.2 app/views/layouts/application.html.erb
ruby2html-1.3.1 app/views/layouts/application.html.erb
ruby2html-1.3.0 app/views/layouts/application.html.erb
ruby2html-1.2.0 app/views/layouts/application.html.erb
ruby2html-1.1.0 app/views/layouts/application.html.erb
ruby2html-1.0.0 app/views/layouts/application.html.erb