Sha256: 63cdc6bc7d1c8431b503693e040b3d0a20c0dcaff1bd08bc29489a4a968638a7

Contents?: true

Size: 404 Bytes

Versions: 47

Compression:

Stored size: 404 Bytes

Contents

.effective-event-categories
  %ul.nav.nav-pills{role: 'navigation'}
    = nav_link_to('All Events', effective_events.events_path, class: "nav-pill-effective-event effective-event-all")

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

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
effective_events-0.6.0 app/views/effective/events/_categories.html.haml
effective_events-0.5.6 app/views/effective/events/_categories.html.haml
effective_events-0.5.5 app/views/effective/events/_categories.html.haml
effective_events-0.5.4 app/views/effective/events/_categories.html.haml
effective_events-0.5.3 app/views/effective/events/_categories.html.haml
effective_events-0.5.2 app/views/effective/events/_categories.html.haml
effective_events-0.5.1 app/views/effective/events/_categories.html.haml