<%= @object.class.human_attribute_name(attribute) -%>
|
<% if form_element == :associated -%>
<%= render :partial => "inline_forms/list",
:locals => { :parent_class => @object.class,
:parent_id => @object.id,
:attribute => attribute } %>
<% else -%>
<%= send("#{form_element}_show", @object, attribute) -%>
<% end -%>
|
<% end -%>
<% end -%>
<% end -%>