Sha256: 1bd75afc213642392fd3e457b5ef00778e524b4c98e545959bde64f44b8eaed9

Contents?: true

Size: 259 Bytes

Versions: 5

Compression:

Stored size: 259 Bytes

Contents

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

  <%= render 'layouts/breadcrumbs' %>

  <%= yield %>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
loaf-0.5.0 spec/rails_app/app/views/layouts/application.html.erb
loaf-0.4.0 spec/rails_app/app/views/layouts/application.html.erb
loaf-0.3.0 spec/rails_app/app/views/layouts/application.html.erb
loaf-0.2.1 spec/rails_app/app/views/layouts/application.html.erb
loaf-0.2.0 spec/rails_app/app/views/layouts/application.html.erb