Sha256: fcbe6aa561e08e1fc283b9eb1283ce36c7766213f8cd09e20062ad567699cd9a

Contents?: true

Size: 317 Bytes

Versions: 8

Compression:

Stored size: 317 Bytes

Contents

%li.dropdown
  %a.dropdown-toggle(data-toggle="dropdown" href="#")
    = filter.human_name
    %span.caret
  %ul.dropdown-menu
    - filter.values.each do |value|
      %li.filter
        %a{:href => '#', :'data-key' => filter.key, :'data-value' => value}
          = filter.value_for(value)
          %i.icon-remove

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
listings-0.1.15 app/views/listings/twitter-bootstrap-3/_top_filter.html.haml
listings-0.1.14 app/views/listings/twitter-bootstrap-3/_top_filter.html.haml
listings-0.1.13 app/views/listings/twitter-bootstrap-3/_top_filter.html.haml
listings-0.1.12 app/views/listings/twitter-bootstrap-3/_top_filter.html.haml
listings-0.1.11 app/views/listings/twitter-bootstrap-3/_top_filter.html.haml
listings-0.1.10 app/views/listings/twitter-bootstrap-3/_top_filter.html.haml
listings-0.1.8 app/views/listings/twitter-bootstrap-3/_top_filter.html.haml
listings-0.1.7 app/views/listings/twitter-bootstrap-3/_top_filter.html.haml