Sha256: 9304262bc84d226b3b64a6d85147b1ef3210699b192ad63e622656051be756f8

Contents?: true

Size: 638 Bytes

Versions: 5

Compression:

Stored size: 638 Bytes

Contents

<% 
  criterion = Refine::Inline::Criterion.new(
    stable_id: @refine_filter.to_stable_id,
    refine_filter: @refine_filter,
    client_id: @refine_client_id,
    conjunction: "and",
    position: position
  )
%>

 <%= render "refine/inline/filters/popup",
    frame_id: dom_id(criterion),
    src: refine_inline_criteria_path(criterion.to_params) do
  %>
  <button class="refine--add-condition-button refine--add-first-condition-button" href="#" data-action="click->refine--popup#show" type="button">
    <span><%= t(".filter") %></span>
    <span class="icon material-icons-outlined refine--icon-sm">add</span>
  </button>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refine-rails-2.12.0 app/views/refine/inline/filters/_add_first_condition_button.html.erb
refine-rails-2.11.12 app/views/refine/inline/filters/_add_first_condition_button.html.erb
refine-rails-2.11.11 app/views/refine/inline/filters/_add_first_condition_button.html.erb
refine-rails-2.11.10 app/views/refine/inline/filters/_add_first_condition_button.html.erb
refine-rails-2.11.9 app/views/refine/inline/filters/_add_first_condition_button.html.erb