Sha256: 7ae12bc2444a60bcfd183e2ba3c21fe286f96bc56efecf63474fac43ab062486

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
  <title><%= Inflector.titleize(plural_name) %></title>
  <%%= stylesheet_link_tag '<%= plural_name %>', :media => 'all' %>
  <%%= javascript_include_tag :defaults %>
</head>
<body>

<%%= yield %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_many_through_generator-0.4.0 templates/layout.rhtml