Sha256: b80ef03626359de081a39385e9ac40be4372f948f55b0b480ddd6a4d8d3ce582

Contents?: true

Size: 598 Bytes

Versions: 5

Compression:

Stored size: 598 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <title><%= controller_class_name %>: <%%= controller.action_name %></title>
  <%%= stylesheet_link_tag 'scaffold' %>
  <%%= javascript_include_tag 'prototype.js' %>
  <%%= javascript_include_tag 'nested_attributes.js' %>
</head>
<body>

<p style="color: green"><%%= flash[:notice] %></p>

<%%= yield %>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
view_mapper-0.3.4 lib/view_mapper/views/has_many/templates/layout.html.erb
view_mapper-0.3.3 lib/view_mapper/views/has_many/templates/layout.html.erb
view_mapper-0.3.2 lib/view_mapper/views/has_many/templates/layout.html.erb
view_mapper-0.3.1 lib/view_mapper/views/has_many/templates/layout.html.erb
view_mapper-0.3.0 lib/view_mapper/has_many_templates/layout.html.erb