Sha256: 2b7681208a23a510064e10b7eb7286e789fbc27615b09c3611010a526d169e64

Contents?: true

Size: 479 Bytes

Versions: 37

Compression:

Stored size: 479 Bytes

Contents

<div class="pulitzer-row margin-top margin-bottom">
  <div class="pulitzer-row margin-bottom">
    <%= ajax_link "add a new custom option list", new_custom_option_list_path(custom_option_list: {name: nil}), {}, "#new_custom_option_list" %>
  </div>
  <div id="new_custom_option_list"></div>
</div>

<div id="custom_option_lists_container">
  <% @custom_option_lists.each do |col| %>
    <%= render partial: 'show_wrapper', locals: {custom_option_list: col} %>
  <% end %>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
pulitzer-0.15.31 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.30 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.29 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.28 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.27 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.26 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.25 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.24 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.23 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.22 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.21 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.20 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.19 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.18 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.17 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.16 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.15 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.14 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.13 app/views/pulitzer/custom_option_lists/_index.html.erb
pulitzer-0.15.12 app/views/pulitzer/custom_option_lists/_index.html.erb