Sha256: e632303219a74e7d0f3f6a713bd1be38f21e299676d2ce11cd0a3ca662cf7902

Contents?: true

Size: 337 Bytes

Versions: 6

Compression:

Stored size: 337 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= yield(:title) %></title>

  <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
  <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
  <%= csrf_meta_tags %>

  <%= yield :extra_head %>
</head>
<body>

  <%= yield %>

</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
disco_app-0.18.0 app/views/layouts/application.html.erb
disco_app-0.18.2 app/views/layouts/application.html.erb
disco_app-0.18.3 app/views/layouts/application.html.erb
disco_app-0.18.6 app/views/layouts/application.html.erb
disco_app-0.18.4 app/views/layouts/application.html.erb
disco_app-0.18.1 app/views/layouts/application.html.erb