Sha256: f5692d530b3f481e3406d58de8e0d5413c0973b1914133717c304409c75f813f

Contents?: true

Size: 325 Bytes

Versions: 8

Compression:

Stored size: 325 Bytes

Contents

%li.dropdown.pull-right
  %a.dropdown-toggle(data-toggle="dropdown" href="#")
    = filter.human_name
    %b.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-2/_top_filter.html.haml
listings-0.1.14 app/views/listings/twitter-bootstrap-2/_top_filter.html.haml
listings-0.1.13 app/views/listings/twitter-bootstrap-2/_top_filter.html.haml
listings-0.1.12 app/views/listings/twitter-bootstrap-2/_top_filter.html.haml
listings-0.1.11 app/views/listings/twitter-bootstrap-2/_top_filter.html.haml
listings-0.1.10 app/views/listings/twitter-bootstrap-2/_top_filter.html.haml
listings-0.1.8 app/views/listings/twitter-bootstrap-2/_top_filter.html.haml
listings-0.1.7 app/views/listings/twitter-bootstrap-2/_top_filter.html.haml