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