Sha256: 5ac224e703afa7b6b597b4b51b120011c0918343dabf0a9613d7e8c50e057ec1

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>RailsProject</title>
  <%= stylesheet_link_tag    "application" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

5 entries across 3 versions & 2 rubygems

Version Path
packr-rails-0.0.1 spec/fixtures/rails_project/app/views/layouts/application.html.erb
steak-2.0.0.beta2 spec/fixtures/rails_project/app/views/layouts/application.html.erb
steak-2.0.0.beta2 spec/fixtures/rails_project_with_steak/app/views/layouts/application.html.erb
steak-2.0.0.beta1 spec/fixtures/rails_project/app/views/layouts/application.html.erb
steak-2.0.0.beta1 spec/fixtures/rails_project_with_steak/app/views/layouts/application.html.erb