Sha256: 865caa4c75f74e0d43c4cbfc21a17220c6e21c6a91a1318ebb58217ed51d65d2

Contents?: true

Size: 1.81 KB

Versions: 24

Compression:

Stored size: 1.81 KB

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, "Event name", :class => 'control-label'
        .controls
          =form.text_field :name, :class => 'input-xlarge', :placeholder=>"Event name"
          
      .control-group
        =form.label :producer, "Producer", :class => 'control-label'
        .controls
          =form.text_field :producer, :class => 'input-xlarge'
          
      .control-group
        =form.label :description, "Description", :class => 'control-label'
        .controls
          =form.text_area :description, :class => 'input-xlarge', :rows => '6'
          
      .control-group
        =form.label :contact_email, "Contact email<br />for patrons".html_safe, :class => 'control-label'
        .controls
          =form.email_field :contact_email, :class => 'input-xlarge email-popup', :placeholder=>"Email", "data-content" => "Your patrons will be able to respond to this email address when receiving ticket/donation receipts. You can change this at any time."
          
      .control-group
        =form.label :contact_phone, "Contact phone<br />for patrons".html_safe, :class => 'control-label'
        .controls
          =form.text_field :contact_phone, :class => 'input-xlarge', :placeholder=>"Phone"
          
      .control-group
        =form.label :members_only, "Members Only".html_safe, :class => 'control-label'
        .controls
          =form.check_box :members_only, :class => 'input-xlarge'
          
      .form-actions
        = render :partial => "shared/save_save_and_next", :locals => {:form => form}

    

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.27 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.26 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.24 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.23 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.21 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.20 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.19 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.18 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.17 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.16 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.15 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.12 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.11 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.10 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.9 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.8 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.7 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.6 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.5 app/views/events/edit.html.haml
artfully_ose-1.2.0.pre.4 app/views/events/edit.html.haml