Sha256: 67a6936ffe232f7bf1a9a0a6f9d189304541761f9c22dbce18ac8494f06ea240
Contents?: true
Size: 333 Bytes
Versions: 70
Compression:
Stored size: 333 Bytes
Contents
<%= form_for ptcet, html: ajax_form_hash(dom_target(ptcet)) do |f| %> <%= render partial: 'form_fields', locals: { f: f, ptcet: ptcet } %> <%= f.submit "Update" %> <%= link_to('Cancel', post_type_content_element_type_path(ptcet), :class => 'button', data: { ajax_link: true, ajax_target: dom_target(ptcet) } ) %> <% end %>
Version data entries
70 entries across 70 versions & 1 rubygems