Sha256: 2493a0e51b7f0ac28ffed883e697ba52947ad027f4b9b9f370b058cb30078d1f

Contents?: true

Size: 352 Bytes

Versions: 23

Compression:

Stored size: 352 Bytes

Contents

- id = Time.now.to_f
- if active
  - css_class = 'active'
- else 
  - css_class = ''
%li{:class => 'dropdown ' + css_class}
  %a.dropdown-toggle{:id => id, :href=>href, :data => {:toggle => 'dropdown'}, :role => 'button', aria: { expanded: false } }
    = text
    %b.caret
  %ul.dropdown-menu{:role => 'menu', :aria => {:labelledby => id}}
    = block

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bootstrap_leather-0.9.4 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.9.3 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.9.2 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.9.1 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.9.0 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.8 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.7 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.6 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.5 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.4 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.3 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.2 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.1 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.8.0 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.7.4 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.7.3 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.7.1 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.7.0 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.6.3 app/views/bootstrap_leather/_dropdown_nav_item.html.haml
bootstrap_leather-0.6.2 app/views/bootstrap_leather/_dropdown_nav_item.html.haml