about summary refs log tree commit diff
path: root/app/views/admin/tags/index.html.haml
blob: 4ba3958605d69e1d989ce05bc83417f824010d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- content_for :page_title do
  = t('admin.tags.title')

.filters
  .filter-subset
    %strong= t('admin.reports.status')
    %ul
      %li= filter_link_to t('admin.tags.visible'), hidden: nil
      %li= filter_link_to t('admin.tags.hidden'), hidden: '1'

.table-wrapper
  %table.table
    %thead
      %tr
        %th= t('admin.tags.name')
        %th= t('admin.tags.accounts')
        %th
    %tbody
      = render @tags