Sha256: 60b558503c509ae004dc8bd197f9292236958107e862db0d468f77d95e089333
Contents?: true
Size: 513 Bytes
Versions: 5
Compression:
Stored size: 513 Bytes
Contents
<%% content_for :body_content_left 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
5 entries across 5 versions & 1 rubygems