Sha256: de7d732bd86414a37bb28cd51a8c5adf90d8c62d39e6d42440bc02b2d0964459
Contents?: true
Size: 675 Bytes
Versions: 37
Compression:
Stored size: 675 Bytes
Contents
<div class="pulitzer-row"> <%= form_for custom_option, html: ajax_form_hash(dom_target(custom_option.custom_option_list, :options_container), insert_method: 'prepend', error_target: dom_target(custom_option.custom_option_list, :new_option), reset_on_success: true) do |f| %> <%= f.hidden_field :custom_option_list_id %> <%= render partial: '/pulitzer/custom_options/fields', locals: {f: f} %> <div class="pulitzer-span margin one-third"> <%= f.submit data: {disable_with: false}, class: 'input-medium' %> or <a class="link-button-small" <%= emptier dom_target(custom_option.custom_option_list, :new_option) %>>close</a> </div> <% end %> </div>
Version data entries
37 entries across 37 versions & 1 rubygems