Sha256: 5a5c7ebf6a0eb59aad76ccbc4b115f22a637e922b332df9eaa84167fcd4b29e7
Contents?: true
Size: 308 Bytes
Versions: 29
Compression:
Stored size: 308 Bytes
Contents
<%= form_for post, url: update_slug_post_path(post), html: ajax_form_hash(dom_target(post)) do |f| %> <%= f.label :slug %> <%= f.text_field :slug %> <%= f.submit %> <%= link_to('Cancel', post_path(post), :class => 'button', data: { ajax_link: true, ajax_target: dom_target(post) } ) %> <% end %>
Version data entries
29 entries across 29 versions & 1 rubygems