Sha256: ec45b1d6b2bb5474567bbf3684764cc9726574c4f93c5bfc928e63a55135e1c0
Contents?: true
Size: 400 Bytes
Versions: 2
Compression:
Stored size: 400 Bytes
Contents
<%# name: headmin/filters/filter/template accepts block: yes parameters: name: (string) Name of the parameter label: (string) Display name %> <template data-filter-name="<%= name %>" data-filters-target="template"> <%= render 'headmin/filters/filter/button', name: name, label: label, value: nil, active: true do %> <%= yield if block_given? %> <% end %> </template>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
headmin-0.1.2 | app/views/headmin/filters/filter/_template.html.erb |
headmin-0.1.1 | app/views/headmin/filters/filter/_template.html.erb |