Module: Decidim::ShowFiltersHelper

Defined in:
app/helpers/decidim/show_filters_helper.rb

Instance Method Summary collapse

Instance Method Details

#css_full_cardgrid_cols(hide_filters) ⇒ Object



5
6
7
8
9
10
11
# File 'app/helpers/decidim/show_filters_helper.rb', line 5

def css_full_cardgrid_cols(hide_filters)
  if hide_filters
    "row small-up-1 medium-up-3 card-grid"
  else
    "row small-up-1 medium-up-2 card-grid"
  end
end