Sha256: 7511cafe31baa65311a96b7f90dedab91ae4f1b5246af4bed053e1c792ec6d71
Contents?: true
Size: 398 Bytes
Versions: 13
Compression:
Stored size: 398 Bytes
Contents
.remote = form_for([:admin, @tag], as: :tag, html: one_submit_only.merge(class: "edit_tag", id: "edit_tag_#{@tag.id}"), remote: true) do |f| = link_to_close edit_admin_tag_path(@tag) = f.error_messages = render partial: "top_section", locals: { f: f, edit: true } .buttonbar = f.submit t(:save_tag), id: :tag_submit or = link_to_cancel edit_admin_tag_path(@tag)
Version data entries
13 entries across 13 versions & 1 rubygems