Sha256: de5920a11c64bd1b4d1437d2906bb9ca6dfdb308b2195a1f7eb4b39df8b4c709

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>SampleApp</title>
  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activerecord-turntable-1.1.2 sample_app/app/views/layouts/application.html.erb
activerecord-turntable-1.1.1 sample_app/app/views/layouts/application.html.erb
activerecord-turntable-1.1.0 sample_app/app/views/layouts/application.html.erb
activerecord-turntable-1.0.1 sample_app/app/views/layouts/application.html.erb
activerecord-turntable-1.0.0 sample_app/app/views/layouts/application.html.erb