Sha256: c7d0e294f517ec0523a25bb42e33adefe1ab29007023f88af84577b6bb565924

Contents?: true

Size: 1.54 KB

Versions: 6

Compression:

Stored size: 1.54 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?(: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?(: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

6 entries across 6 versions & 1 rubygems

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