Sha256: b0b4965208edab0003795935e96601eeeb51f8b6defc432113cbe3458dcebd51

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= @meta_title %></title>
    <meta name="description" content="<%= @meta_description %>" />
    <meta name="keywords" content="<%= @meta_keywords %>" />
    <%= csrf_meta_tags %>
    <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
    <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  </head>
  <body>
    <%= yield %>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tuning-0.1.3 test/dummy/app/views/layouts/application.html.erb