Sha256: d9748d93f7bf8db069d429dbc1b6c4b0271a9b5afed7e434955f13a8aed77e67
Contents?: true
Size: 691 Bytes
Versions: 7
Compression:
Stored size: 691 Bytes
Contents
<div class="pulitzer-row"> <%= form_for sequence_flow_style, html: ajax_form_hash(dom_target(sequence_flow_style.post_type, :sequence_flow_styles_container), insert_method: 'append', reset_on_success: true) do |f| %> <%= f.hidden_field :post_type_id %> <%= render partial: 'form_fields', locals: { f: f, sequence_flow_style: sequence_flow_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(sequence_flow_style.post_type, :new_sequence_flow_style) %>">Close</a> </div> <% end %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems