Sha256: 45bca491343485a42f8421e42acc84d2c684d0caf0559248192198550ef7ee04
Contents?: true
Size: 565 Bytes
Versions: 37
Compression:
Stored size: 565 Bytes
Contents
<div class="pulitzer-row"> <%= form_for custom_option, ajax_form_hash(dom_target(custom_option)) do |f| %> <%= 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' %> <%= ajax_link 'cancel', custom_option_path(custom_option), {class: 'button'}, dom_target(custom_option) %> <%= ajax_delete 'delete', custom_option_path(custom_option), {class: 'button'}, dom_target(custom_option) %> </div> <% end %> </div>
Version data entries
37 entries across 37 versions & 1 rubygems