Sha256: 5b1f4148c263b7706244a67fa473ca7de094cf2d51f3cee950c2711ca79a60f1

Contents?: true

Size: 498 Bytes

Versions: 70

Compression:

Stored size: 498 Bytes

Contents

- in_section :events
- content_for :header do
  = render :partial => 'events/header'

.row
  .span3
    - in_sub_section :share
    = render :partial => 'events/menu'
  .span9
    = render "shared/error_messages", :target => @discount

    = form_for( [@event, @discount], :html => { :class => 'form-horizontal' }) do |f|
      = render :partial => "form", :locals => {:f => f, :discount => @discount}
          
      .form-actions
        = f.submit "Save".html_safe, :class => 'btn btn-primary'

Version data entries

70 entries across 35 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/discounts/edit.html.haml
artfully_ose-1.3.0.pre4 app/views/discounts/new.html.haml
artfully_ose-1.3.0.pre3 app/views/discounts/new.html.haml
artfully_ose-1.3.0.pre3 app/views/discounts/edit.html.haml
artfully_ose-1.3.0.pre2 app/views/discounts/new.html.haml
artfully_ose-1.3.0.pre2 app/views/discounts/edit.html.haml
artfully_ose-1.3.0.pre1 app/views/discounts/edit.html.haml
artfully_ose-1.3.0.pre1 app/views/discounts/new.html.haml
artfully_ose-1.2.0 app/views/discounts/edit.html.haml
artfully_ose-1.2.0 app/views/discounts/new.html.haml
artfully_ose-1.2.0.beta.1 app/views/discounts/new.html.haml
artfully_ose-1.2.0.beta.1 app/views/discounts/edit.html.haml
artfully_ose-1.2.0.alpha.2 app/views/discounts/new.html.haml
artfully_ose-1.2.0.alpha.2 app/views/discounts/edit.html.haml
artfully_ose-1.2.0.alpha.1 app/views/discounts/new.html.haml
artfully_ose-1.2.0.alpha.1 app/views/discounts/edit.html.haml
artfully_ose-1.2.0.pre.27 app/views/discounts/new.html.haml
artfully_ose-1.2.0.pre.27 app/views/discounts/edit.html.haml
artfully_ose-1.2.0.pre.26 app/views/discounts/edit.html.haml
artfully_ose-1.2.0.pre.26 app/views/discounts/new.html.haml