Sha256: 43f492c2bfb40e5404325499186a76723888ed1bb88dbc0cd495ac33bc0c68d3

Contents?: true

Size: 756 Bytes

Versions: 2

Compression:

Stored size: 756 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
        = form.submit "Save", :class => 'btn'
    

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/events/messages.html.haml
artfully_ose-1.0.0.rc3 app/views/events/messages.html.haml