about summary refs log tree commit diff
path: root/app/views/filters/index.html.haml
blob: 9c84f796ff37d7c26659fdb428a25351d1df9c50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
- content_for :page_title do
  = t('filters.index.title')

- content_for :heading_actions do
  = link_to t('filters.new.title'), new_filter_path, class: 'button'

- if @filters.empty?
  .muted-hint.center-text= t 'filters.index.empty'
- else
  .applications-list
    = render partial: 'filter', collection: @filters