Sha256: 0a05c294d8e1ae4f3a8e030d216b63873da9845c8fe314138503c24e454b3689

Contents?: true

Size: 608 Bytes

Versions: 2

Compression:

Stored size: 608 Bytes

Contents

<div id="<%= dom_id free_form_section, :partial_container %>">
  <% 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

2 entries across 2 versions & 1 rubygems

Version Path
pulitzer-0.4.1 app/views/pulitzer/partials/_index.html.erb
pulitzer-0.4.0 app/views/pulitzer/partials/_index.html.erb