Sha256: a01f8294081de94dca658ef8a5af464ca009249135ec1908963cf8b86d07fb30

Contents?: true

Size: 311 Bytes

Versions: 5

Compression:

Stored size: 311 Bytes

Contents

<% fields_for "article[variants_attributes][1][sections_attributes][#{guid}][sectionable_attributes]", sectionable do |s| %>
  <%=s.select :content_item_id, [["",""]] + @content_item_class.for_content_item_section.collect{|item| [item.respond_to?(:human_id) ? item.human_id : item.title, item.id]}%>
<% end %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
skylinecms-3.1.0 app/views/skyline/content_items/_content_item.html.erb
westarete-skylinecms-3.0.8.20100329 app/views/skyline/content_items/_content_item.html.erb
westarete-skylinecms-3.0.8.20100330 app/views/skyline/content_items/_content_item.html.erb
skylinecms-3.0.8 app/views/skyline/content_items/_content_item.html.erb
skylinecms-3.0.7 app/views/skyline/content_items/_content_item.html.erb