Sha256: a799ac40786d1253780977e7a93b0dfceea0ed41d6427ac7db61acec8deab045
Contents?: true
Size: 670 Bytes
Versions: 7
Compression:
Stored size: 670 Bytes
Contents
<div class="pulitzer-rowe"> <%= form_for background_style, html: ajax_form_hash(dom_target(background_style.post_type, :background_styles_container), insert_method: 'append', reset_on_success: true) do |f| %> <%= f.hidden_field :post_type_id %> <%= render partial: 'form_fields', locals: { f: f, background_style: background_style } %> <div class="pulitzer-span ten-percent"> <%= f.submit "Create", data: {disable_with: false} %> </div> <div class="pulitzer-span ten-percent"> <a class="button" data-emptier="true" data-target="<%= dom_target(background_style.post_type, :new_background_style)%>">Close</a> </div> <% end %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems