Sha256: 9fa3ca067bf46df339132dee859e83743206027decb15a6cf575228b966e8f22

Contents?: true

Size: 498 Bytes

Versions: 4

Compression:

Stored size: 498 Bytes

Contents

.effective-event-sidebar
  %ul.nav.flex-column{role: 'navigation'}
    = nav_link_to("Upcoming #{ets(Effective::Event)}", effective_events.events_path, class: "effective-event-all")
    = nav_link_to("Past #{ets(Effective::Event)}", effective_events.events_path + '/past', class: "effective-event-past")

    - EffectiveEvents.categories.each do |category|
      = nav_link_to(category, effective_events.events_path + '/' + category.parameterize, class: "effective-event-#{category.parameterize}")

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
effective_events-0.23.0 app/views/effective/events/_sidebar.html.haml
effective_events-0.22.2 app/views/effective/events/_sidebar.html.haml
effective_events-0.22.1 app/views/effective/events/_sidebar.html.haml
effective_events-0.22.0 app/views/effective/events/_sidebar.html.haml