Sha256: 938815a4957b73202789fc50d24c810f538911ae45a0dd0c5f6b10646d6dcc4c

Contents?: true

Size: 434 Bytes

Versions: 9

Compression:

Stored size: 434 Bytes

Contents

.remote
  = form_for([:admin, @tag], :as => :tag, :html => one_submit_only(:tag).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

9 entries across 9 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.12.2 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.12.1 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.12.0 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.11.4 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.11.3 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.11.2 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.11.1 app/views/admin/tags/_edit.html.haml
fat_free_crm-0.11.0 app/views/admin/tags/_edit.html.haml