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

Version Path
pulitzer-0.5.0 app/views/pulitzer/posts/_form_slug.html.erb
pulitzer-0.4.16 app/views/pulitzer/posts/_form_slug.html.erb
pulitzer-0.4.15 app/views/pulitzer/posts/_form_slug.html.erb
pulitzer-0.4.14 app/views/pulitzer/posts/_form_slug.html.erb
pulitzer-0.4.13 app/views/pulitzer/posts/_form_slug.html.erb
pulitzer-0.4.12 app/views/pulitzer/posts/_form_slug.html.erb
pulitzer-0.4.11 app/views/pulitzer/posts/_form_slug.html.erb
pulitzer-0.4.10 app/views/pulitzer/posts/_form_slug.html.erb
pulitzer-0.4.9 app/views/pulitzer/posts/_form_slug.html.erb