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.18.0 app/views/effective/events/_categories.html.haml
effective_events-0.17.0 app/views/effective/events/_categories.html.haml
effective_events-0.16.0 app/views/effective/events/_categories.html.haml
effective_events-0.15.1 app/views/effective/events/_categories.html.haml
effective_events-0.15.0 app/views/effective/events/_categories.html.haml
effective_events-0.14.2 app/views/effective/events/_categories.html.haml
effective_events-0.14.1 app/views/effective/events/_categories.html.haml
effective_events-0.14.0 app/views/effective/events/_categories.html.haml
effective_events-0.13.1 app/views/effective/events/_categories.html.haml
effective_events-0.13.0 app/views/effective/events/_categories.html.haml
effective_events-0.11.3 app/views/effective/events/_categories.html.haml
effective_events-0.11.2 app/views/effective/events/_categories.html.haml
effective_events-0.11.1 app/views/effective/events/_categories.html.haml
effective_events-0.11.0 app/views/effective/events/_categories.html.haml
effective_events-0.10.2 app/views/effective/events/_categories.html.haml
effective_events-0.10.1 app/views/effective/events/_categories.html.haml
effective_events-0.10.0 app/views/effective/events/_categories.html.haml
effective_events-0.9.3 app/views/effective/events/_categories.html.haml
effective_events-0.9.2 app/views/effective/events/_categories.html.haml
effective_events-0.9.1 app/views/effective/events/_categories.html.haml