<%= a_button class: 'focus:outline-none', color: 'secondary', variant: 'outlined', size: :sm, title: t('avo.click_to_reveal_filters'), 'data-button': 'resource-filters', 'data-action': 'click->toggle-panel#togglePanel', 'data-tippy': 'tooltip' do %> <%= svg 'filter' %> <%= t 'avo.filters' %> <% if params[:filters].present? %>
(<%=JSON.parse(Base64.decode64(params[:filters])).count%> applied)
<% end %> <% end %>