Sha256: e7830bf6b897b198f439530488299b67cc36b7e41bae1061c4ccb1f85546fa96

Contents?: true

Size: 565 Bytes

Versions: 51

Compression:

Stored size: 565 Bytes

Contents

%input#events-url{type: "hidden", value: "#{events_url}"}
.content-wrapper
  %aside.secondary-content
    = render partial: 'filters', locals: {selected_dates: @selected_dates, selected_categories: @selected_categories}

  %section.primary-content
    %a.button.show-filters-trigger{href: '#'} Show Filters

    .sorting-tools
      %form.sort-results{:action => "#"}
        %label{for: "sort"} Sort
        %select{id: "sort"}
          %option{value: "start_date"} Date/Time
          %option{value: "event_title"} Alphabetical
    = render partial: "event_list"

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.3.21 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.20 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.19 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.18 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.17 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.16 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.15 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.14 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.13 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.12 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.11g app/views/festivity_events/index.html.haml