Sha256: e1bf1288bbca409cc90dc96534c021e7fab0040ade65e59d4f89d6451bbde6ab
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
<%% content_for :body_content_left do %> <ul id="<%= plural_name %>"> <%% @<%= plural_name %>.each do |<%= singular_name %>| %> <li> <%%= link_to <%= singular_name %><% if (title = attributes.detect { |a| a.type.to_s == "string" }).present? %> .<%= title.name %> <% end %>, <%= singular_name %>_url(<%= singular_name %>) %> </li> <%% end %> </ul> <%% end %> <%%= render :partial => "/shared/content_page" %>
Version data entries
4 entries across 4 versions & 1 rubygems