Sha256: 72733372725a264b98734a0b674792af851012f23966950fe115a2558fe9e536

Contents?: true

Size: 796 Bytes

Versions: 28

Compression:

Stored size: 796 Bytes

Contents

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

.row
  .span3
    - in_sub_section :details
    =render :partial=>'menu'
  .span9
    = render "shared/error_messages", :target => @event
    = form_for( @event, :html => { :class => 'form-horizontal' } ) do |form|
      .control-group
        =form.label :name, "Ask for more information during checkout?", :class => 'control-label'
        .controls
          =form.check_box :show_special_instructions
          
      .control-group
        =form.label :name, "Special Instructions Caption", :class => 'control-label'
        .controls
          =form.text_field :special_instructions_caption
          
      .form-actions
        = render :partial => "shared/save_save_and_next", :locals => {:form => form}

    

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.7 app/views/events/messages.html.haml
artfully_ose-1.2.0.pre.6 app/views/events/messages.html.haml
artfully_ose-1.2.0.pre.5 app/views/events/messages.html.haml
artfully_ose-1.2.0.pre.4 app/views/events/messages.html.haml
artfully_ose-1.2.0.pre.3 app/views/events/messages.html.haml
artfully_ose-1.2.0.pre.2 app/views/events/messages.html.haml
artfully_ose-1.2.0.pre.1 app/views/events/messages.html.haml
artfully_ose-1.2.0.pre app/views/events/messages.html.haml