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