Sha256: d5eab8f090612b84d8ae383272892b1adc76defa324a0b1565af64fce0f66318

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

Stored size: 253 Bytes

Contents

<%#
    headmin/dropdown/list
    accepts block: yes
    parameters:
      id: unique identifier for the dropdown
%>
<% id = local_assigns.has_key?(:id) ? id : 'dropdown-1' %>

<ul class="dropdown-menu" aria-labelledby="<%= id %>">
  <%= yield %>
</ul>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
headmin-0.2.5 app/views/headmin/dropdown/_list.html.erb
headmin-0.2.4 app/views/headmin/dropdown/_list.html.erb
headmin-0.2.3 app/views/headmin/dropdown/_list.html.erb
headmin-0.2.2 app/views/headmin/dropdown/_list.html.erb
headmin-0.2.1 app/views/headmin/dropdown/_list.html.erb
headmin-0.2.0 app/views/headmin/dropdown/_list.html.erb