Sha256: d5ec32321e1f3c1d48829f027c753f08c552b5f89b458f6cc4ea12954b00af6c

Contents?: true

Size: 360 Bytes

Versions: 3

Compression:

Stored size: 360 Bytes

Contents

<!DOCTYPE html>
<html>
<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 %>

  <%# load before google analytics %>
  <%= yield :google_ab %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ab-experiments-rails-0.0.3 test/dummy/app/views/layouts/application.html.erb
ab-experiments-rails-0.0.2 test/dummy/app/views/layouts/application.html.erb
ab-experiments-rails-0.0.1 test/dummy/app/views/layouts/application.html.erb