Sha256: 6e3a04aeab2206e3af8dbba8372e9eedb8a3b88f4e730b57d9f0292377a8955f

Contents?: true

Size: 302 Bytes

Versions: 22

Compression:

Stored size: 302 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>RailsTestApp</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

22 entries across 22 versions & 2 rubygems

Version Path
databound-0.1.0 spec/support/rails_test_app/app/views/layouts/application.html.erb
databound-0.0.3 spec/support/rails_test_app/app/views/layouts/application.html.erb