Sha256: eb8cd062861bffe64049cccbdc8b15f5d6b3e06f428b49d159c7c00f1689fce1
Contents?: true
Size: 659 Bytes
Versions: 45
Compression:
Stored size: 659 Bytes
Contents
<div id="<%= dom_id free_form_section, :partial_container %>" data-sorter href="<%= update_all_partials_path %>"> <% free_form_section.partials.each do |partial| %> <%= render partial: '/pulitzer/partials/show_wrapper', locals: { partial: partial } %> <% end %> </div> <div id="<%= dom_id free_form_section, :partials %>"> <div class="pulitzer-row margin-bottom list-item"> <%= ajax_link "add a new partial for #{free_form_section.name}", new_partial_path(partial: {free_form_section_id: free_form_section}), {}, dom_target(free_form_section, :new_partial) %> <div id="<%= dom_id(free_form_section, :new_partial) %>"></div> </div> </div>
Version data entries
45 entries across 45 versions & 1 rubygems