Sha256: d764e3ba85e6dafe589ec36af4b2189894a4ce9f3b385447b77cb29e688aa83f

Contents?: true

Size: 825 Bytes

Versions: 82

Compression:

Stored size: 825 Bytes

Contents

.filter-bar-mobile.visible-xs-block.visible-sm-block
  .container-fluid
    .row
      .col-xs-4
        %a.filter-button.btn.btn-default{data: {toggle: "offcanvas", target: "#myNavmenu", canvas:"body"}}
          Filter
      .col-xs-7.sort-bar-mobile
        .row
          %form.form-horizontal
            .form-group
              %label.col-xs-2.control-label{for: "sort-mob"}
                Sort
              .col-xs-9
                %select#sort-mob.sort-control.form-control
                  %option{value:"start_date"}
                    Date/Time
                  - if @selected_sort == "event_title"
                    %option{value:"event_title", selected: true}
                      Alphabetical
                  -else
                    %option{value:"event_title"}
                      Alphabetical

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.6.2 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.6.1 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.6 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.19 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.18 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.17 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.16 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.15 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.14 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.13 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.12 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.11 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.10 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.9 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.8 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.7 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.6 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.5 app/views/festivity_events/_filter_bar_mobile.html.haml
trusty-festivity-extension-2.5.4 app/views/festivity_events/_filter_bar_mobile.html.haml