index.html.haml 320 B

1234567891011
  1. - content_for :page_title do
  2. = t('filters.index.title')
  3. - content_for :heading_actions do
  4. = link_to t('filters.new.title'), new_filter_path, class: 'button'
  5. - if @filters.empty?
  6. %div.muted-hint.center-text= t 'filters.index.empty'
  7. - else
  8. .applications-list
  9. = render partial: 'filter', collection: @filters