Sha256: 2ff8a494de96778570568b346c28e598b72452e755296f90199bd0c5ddc374b8

Contents?: true

Size: 469 Bytes

Versions: 3

Compression:

Stored size: 469 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <title>Dummy</title>
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <%= stylesheet_link_tag @stylesheet || '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

3 entries across 3 versions & 1 rubygems

Version Path
bootswatch-sass-3.3.6.1 test/dummy/app/views/layouts/application.html.erb
bootswatch-sass-3.3.5 test/dummy/app/views/layouts/application.html.erb
bootswatch-sass-3.3.2 test/dummy/app/views/layouts/application.html.erb