Sha256: 801fcd9c1cfb21a0146bc72fbbe2963d54fb08320e6dadb2a10dcecd28cffc32

Contents?: true

Size: 411 Bytes

Versions: 3

Compression:

Stored size: 411 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Demoapp</title>
  <%= jquery_include_tag Rails.application.config.jquery_version %>
  <%= javascript_include_tag "application" %>
  <%= 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

3 entries across 3 versions & 1 rubygems

Version Path
jquery-rails-google-cdn-0.0.5 demoapp/app/views/layouts/application.html.erb
jquery-rails-google-cdn-0.0.4 demoapp/app/views/layouts/application.html.erb
jquery-rails-google-cdn-0.0.2 demoapp/app/views/layouts/application.html.erb