Sha256: 9b2c32563b4b05d7aff9ef0a9824e8ef839af8fc6111c429df8bf46291eeaa5c
Contents?: true
Size: 500 Bytes
Versions: 23
Compression:
Stored size: 500 Bytes
Contents
<%% content_for :body do %> <ul id="<%= plural_name %>"> <%% @<%= "all_" if plural_name == singular_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 %>, refinery.<%= namespacing.underscore %>_<%= singular_name %>_path(<%= singular_name %>) %> </li> <%% end %> </ul> <%% end %> <%%= render '/refinery/content_page' %>
Version data entries
23 entries across 23 versions & 1 rubygems