Sha256: 18516790f3f9f4412b2aec389c7385d0a32699b20d6c7ebee4f7490f2650a56e

Contents?: true

Size: 1.26 KB

Versions: 20

Compression:

Stored size: 1.26 KB

Contents

= render partial: "filter_bar_mobile"
%input#events-url{type: "hidden", value: "#{events_url}"}
.container
  .row
    .event-filter-bar.col-md-3.hidden-xs.hidden-sm
      = render partial: 'event_filters'
    #myNavmenu.event-filter-bar.hidden-lg.navmenu.navmenu-default.navmenu-fixed-left.offcanvas
      = render partial: 'event_filters'
    .event-list.col-xs-12.col-md-9
      .row
        .col-sm-8.col-xs-12.current-filters
          #current-filters.hide
            You're currently filtering by
            %span
              %strong#current-filters-list
            %a#clear-filters.btn.btn-default{href: ""}
              Clear All Filters
        .sort.col-xs-4
          %form.form-horizontal.row
            .form-group
              %label.col-xs-3.control-label{for: "sort"}
                Sort
              .col-xs-9
                %select.form-control.sort-control#sort
                  %option{value:"start_date"}
                    Date/Time
                  - if @selected_sort == "event_title"
                    %option{value:"event_title", selected: true}
                      Alphabetical
                  -else
                    %option{value:"event_title"}
                      Alphabetical
      .row#event-list-row
      = render partial: "event_list"

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.2.9 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.8 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.7 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.6 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.5 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.4 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.3 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.2 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.1 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.2.0 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.1.1 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.1.0 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.0.7 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.0.6 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.0.5 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.0.4 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.0.3 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.0.2 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.0.1 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.0.0 app/views/festivity_events/index.html.haml