Sha256: 7d220fd46c7934fa1f070b2804b37a1097cade20f31b0643220c8a19a19d1b97

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %>
  <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
snake-eyes-2.0.0 spec/dummy/app/views/layouts/application.html.erb