Sha256: 3c998419613c881c285630cd3aa8269c68b43249ca2e65e626eab4e4927f3cce

Contents?: true

Size: 264 Bytes

Versions: 5

Compression:

Stored size: 264 Bytes

Contents

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

  %p.buttons
    = submit_tag t(:'adva.common.save'), :name => 'save_revision'
    = link_to t(:'adva.common.cancel'), [:admin, :sections]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adva-0.1.4 app/views/admin/sections/edit.html.haml
adva-0.1.3 app/views/admin/sections/edit.html.haml
adva-0.1.2 app/views/admin/sections/edit.html.haml
adva-0.1.1 app/views/admin/sections/edit.html.haml
adva-0.1.0 app/views/admin/sections/edit.html.haml