Sha256: 9f8aa1f8ed76437594b4c463aeb5eca05fbafd4311aff4fdb4c8089d4fa82379
Contents?: true
Size: 747 Bytes
Versions: 13
Compression:
Stored size: 747 Bytes
Contents
<%% content_for :body_content_title do %> <%%= @<%= singular_name %>.<%= attributes.first.name %> %> <%% end %> <%% content_for :body_content_left do %> <% attributes.each do |attribute| %> <div> <h3><%= attribute.name.titleize %></h3> <%%= @<%= singular_name %>.<%= attribute.name %> %> </div> <% end %> <%% end %> <%% content_for :body_content_right do %> <h2>Other <%= $title_name.pluralize %></h2> <ul id="<%= plural_name %>"> <%% @<%= plural_name %>.each do |<%= singular_name %>| %> <li> <%%= link_to <%= singular_name %>.<%= attributes.first.name %>, <%= singular_name %>_url(<%= singular_name %>) %> </li> <%% end %> </ul> <%% end %> <%%= render :partial => "/shared/content_page" %>
Version data entries
13 entries across 13 versions & 2 rubygems