Sha256: 6e7fe9544611d18461336ff25b00a7f1afe91703ef0aec1d4716069949f967e0

Contents?: true

Size: 1.55 KB

Versions: 14

Compression:

Stored size: 1.55 KB

Contents

.nav.accordion#event-accordion
  .accordion-group
    .accordion-heading
      = link_to 'Event Overview', event_path(@event), :class => 'accordion-toggle'
  .accordion-group
    .accordion-heading
      = link_to "Event Details", '#collapseEventDetails', :class => 'accordion-toggle', 'data-toggle' => 'collapse', 'data-parent'=>'#event-accordion'
    #collapseEventDetails.accordion-body.collapse{:class => in_section?(:details)}
      .accordion-inner
        %ul.accordion-menu
          = active_link_to 'About', edit_event_path(@event)
          = active_link_to 'Venue', edit_event_venue_path(@event)
          = active_link_to 'Prices', prices_event_path(@event)
          = active_link_to 'Image', image_event_path(@event)
          = active_link_to 'Messages', messages_event_path(@event)
  .accordion-group
    .accordion-heading
      = link_to 'Shows', "#collapseShowList", :class => 'accordion-toggle', 'data-toggle' => 'collapse', 'data-parent'=>'#event-accordion'
    #collapseShowList.accordion-body.collapse{:class => in_section?(:shows)}
      .accordion-inner
        %ul.accordion-menu
          %li.add
            %a{:href => new_event_show_path(@event)}
              %i.icon-plus-sign.icon-gray
              Add shows
          %li.add
            %a{:href => calendar_event_shows_path(@event)}
              %i.icon-calendar.icon-gray
              Calendar
          %li.add
            %a{:href => event_shows_path(@event)}
              %i.icon-list.icon-gray
              List

  = render :partial => 'events/share_and_sell', :locals => { :event => @event }

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.21 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.20 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.19 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.18 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.17 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.16 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.15 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.12 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.11 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.10 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.9 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.8 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.7 app/views/events/_menu.html.haml
artfully_ose-1.2.0.pre.6 app/views/events/_menu.html.haml