Sha256: 224edf79ce5fea5d9dcf33834cc2d633533cb21e48061f61cab7e7474ef7beeb

Contents?: true

Size: 232 Bytes

Versions: 5

Compression:

Stored size: 232 Bytes

Contents

= form_for @section, :as => :section, :url => [:admin, @section] do |f|
  = render :partial => 'form', :locals => {:f => f}

  %p.buttons
    = submit_tag "Save", :name => 'save_revision'
    = link_to "Cancel", [:admin, :sections]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adva-0.2.4 app/views/admin/sections/edit.html.haml
adva-0.2.3 app/views/admin/sections/edit.html.haml
adva-0.2.2 app/views/admin/sections/edit.html.haml
adva-0.2.1 app/views/admin/sections/edit.html.haml
adva-0.2.0 app/views/admin/sections/edit.html.haml