Sha256: a0a5b5e391e944fc89d0f88df416e1a6f0f0132ae749f4636841d989a0a0a319

Contents?: true

Size: 315 Bytes

Versions: 7

Compression:

Stored size: 315 Bytes

Contents

<table class="fields">
  <tr>
    <th><%= sectionable_form.label_with_text :page_fragment_id %></th>
    <td>
      <%= sectionable_form.select :page_fragment_id, [["",""]] + Skyline::PageFragment.ordered_by_title.all.collect{|item| [item.default_variant_data.title, item.id]} %>
    </td>
  </tr>
</table>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
skylinecms-3.3.0 app/views/skyline/sections/_page_fragment_section.html.erb
skylinecms-3.2.0 app/views/skyline/sections/_page_fragment_section.html.erb
skylinecms-3.1.0 app/views/skyline/sections/_page_fragment_section.html.erb
westarete-skylinecms-3.0.8.20100329 app/views/skyline/sections/_page_fragment_section.html.erb
westarete-skylinecms-3.0.8.20100330 app/views/skyline/sections/_page_fragment_section.html.erb
skylinecms-3.0.8 app/views/skyline/sections/_page_fragment_section.html.erb
skylinecms-3.0.7 app/views/skyline/sections/_page_fragment_section.html.erb