Sha256: 3a1bee6b8218fb95d8ade2c26c31febcdf17c71c711c59f19d8722372ecf7329

Contents?: true

Size: 260 Bytes

Versions: 6

Compression:

Stored size: 260 Bytes

Contents

= form_for([:admin,@page],:remote => true) do |f|
  = render :partial => 'fields', :locals => {:af => f}
  = f.hidden_field :parent_id
  %hr
  = f.submit :class => 'btn btn-primary'
  = link_to t("amalgam.admin.actions.cancel"), '#' ,:class => 'btn btn-cancel'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
amalgam-2.1.4.1 app/views/amalgam/admin/pages/_inline_form.html.haml
amalgam-2.1.4 app/views/amalgam/admin/pages/_inline_form.html.haml
amalgam-2.1.3.1 app/views/amalgam/admin/pages/_inline_form.html.haml
amalgam-2.1.3 app/views/amalgam/admin/pages/_inline_form.html.haml
amalgam-2.1.2 app/views/amalgam/admin/pages/_inline_form.html.haml
amalgam-2.1.1 app/views/amalgam/admin/pages/_inline_form.html.haml