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

Version Path
fat_free_crm-0.22.1 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.22.0 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.21.0 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.20.1 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.20.0 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.19.2 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.19.0 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.18.2 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.17.3 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.18.1 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.18.0 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.17.2 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.17.1 app/views/admin/tags/_edit.html.haml