Sha256: f7dace38ff26f70000f30db8c4cbf9cd42edad9760838cb1d0a55ab77f680737

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 Bytes

Contents

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

<%=  content_for_with_default :top_content do %>

  <p>This is default top_content.</p>

<% end %>

<%=  content_for_with_default :main_content do %>

  <p>This is default main_content.</p>

<% end %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dry_views-0.0.1 spec/dummy/app/views/layouts/application.html.erb