Sha256: 602c42537f7ecf0f5a3d896912fd1d1258a4691ab22cb2016a8f9a56904c8025

Contents?: true

Size: 399 Bytes

Versions: 10

Compression:

Stored size: 399 Bytes

Contents

<%#
    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, id: 'template_id' do %>
    <%= yield if block_given? %>
  <% end %>
</template>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
headmin-0.2.9 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.8 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.7 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.6 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.5 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.4 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.3 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.2 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.1 app/views/headmin/filters/filter/_template.html.erb
headmin-0.2.0 app/views/headmin/filters/filter/_template.html.erb