Sha256: 61ccec3833232e8576dc41bf2a781ef0a74bccbc7b52181440e9fb2a6a1af02b

Contents?: true

Size: 568 Bytes

Versions: 21

Compression:

Stored size: 568 Bytes

Contents

-no_editing = false if no_editing.nil?
-new_show   = false if new_show.nil? 

=f.hidden_field :name
- unless no_editing
  .control-group
    =f.label :capacity, :class => 'control-label'
    .controls
      =f.text_field :capacity, :class => 'span3', :disabled => no_editing

%fieldset
  -unless new_show
    %legend Ticket Types
  = f.fields_for :ticket_types do |builder|
    = render 'events/ticket_type_fields', :f => builder

.control-group
  .controls
    %i.icon-plus-sign.icon-gray
    = link_to_add_fields 'Add another ticket type', f, :ticket_types, 'events'

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.21 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.20 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.19 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.18 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.17 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.16 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.15 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.12 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.11 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.10 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.9 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.8 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.7 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.6 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.5 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.4 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.3 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.2 app/views/events/_section_fields.html.haml
artfully_ose-1.2.0.pre.1 app/views/events/_section_fields.html.haml