Sha256: f91729f53430720af75caf6e6647136c3cec69211e29ba1218e03fef92c98eba

Contents?: true

Size: 383 Bytes

Versions: 7

Compression:

Stored size: 383 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 %>
  <% end %>
</template>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
headmin-0.4.2 app/views/headmin/filters/filter/_template.html.erb
headmin-0.4.1 app/views/headmin/filters/filter/_template.html.erb
headmin-0.4.0 app/views/headmin/filters/filter/_template.html.erb
headmin-0.3.4 app/views/headmin/filters/filter/_template.html.erb
headmin-0.3.3 app/views/headmin/filters/filter/_template.html.erb
headmin-0.3.2 app/views/headmin/filters/filter/_template.html.erb
headmin-0.3.1 app/views/headmin/filters/filter/_template.html.erb