Sha256: 21a20c9d096c1b9d0936c4a250904949a4b47fb075bfaebea9b9acb3b9d53928

Contents?: true

Size: 849 Bytes

Versions: 37

Compression:

Stored size: 849 Bytes

Contents

<div class="pulitzer-row margin-top margin-bottom highlight-off-white">
  <div class="pulitzer-row margin-bottom">
    <%= ajax_link "add a new custom option to #{custom_option_list.name}", new_custom_option_path(custom_option: {custom_option_list_id: custom_option_list.id}), {}, dom_target(custom_option_list, :new_option) %>
  </div>
  <div class="pulitzer-row">
    <div class="pulitzer-span one-third heading">
      Editor Display
    </div>
    <div class="pulitzer-span one-third heading">
      Value
    </div>
  </div>
  <div id="<%= dom_id(custom_option_list, :new_option) %>"></div>
  <div id="<%= dom_id(custom_option_list, :options_container) %>">
    <% custom_option_list.custom_options.each do |co| %>
      <%= render partial: '/pulitzer/custom_options/show_wrapper', locals: {custom_option: co} %>
    <% end %>
  </div>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

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