Sha256: 702126f634f1ea989b8d8b725b10ae7fb36ccfd6c4053bf887c81763d9b30759

Contents?: true

Size: 666 Bytes

Versions: 12

Compression:

Stored size: 666 Bytes

Contents

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

.row
  .span3
    - in_sub_section :passes
    =render :partial=>'events/menu'
  .span9
    %h3="Edit Pass for #{@event.name}"

    = form_for( [@event, @events_pass_type], :html => { :class => 'form-horizontal' }) do |f|
      %fieldset
        .control-group
          = f.label :pass_type, "Pass", :class => 'control-label'
          .controls
            = f.label "", @events_pass_type.pass_type.name

      = render :partial => "form", :locals => {:f => f, :discount => @discount}
          
      .form-actions
        = f.submit "Save".html_safe, :class => 'btn btn-primary'

Version data entries

12 entries across 12 versions & 1 rubygems

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