Sha256: ffa37e1d3ec8fa11153e7ac972448bfde9e47bc0c0e0d40772e097ee36ab1204
Contents?: true
Size: 532 Bytes
Versions: 27
Compression:
Stored size: 532 Bytes
Contents
<h1><%%= @<%= singular_name %>.<%= attributes.first.name %> %></h1> <% attributes.each do |attribute| -%> <div> <h3><%= attribute.name.titleize %></h3> <%%= @<%= singular_name %>.<%= attribute.name %> %> </div> <% end %> <h2>Other <%= plural_name.capitalize %></h2> <ul id="<%= plural_name %>"> <%% <%= singular_name.camelize %>.all.each do |<%= singular_name %>| %> <li> <%%= link_to <%= singular_name %>.<%= attributes.first.name %>, <%= singular_name %>_url(<%= singular_name %>) %> </li> <%% end %> </ul>
Version data entries
27 entries across 27 versions & 1 rubygems