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