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.11 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.10 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.9 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.8 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.7 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.6 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.5 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.4 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.3 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.2 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.1 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.15.0 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.14.4 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.14.3 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.14.2 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.14.1 app/views/pulitzer/custom_options/_index.html.erb
pulitzer-0.14.0 app/views/pulitzer/custom_options/_index.html.erb