mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 15:21:13 +01:00
15 lines
357 B
Text
15 lines
357 B
Text
- content_for :page_title do
|
|
= t('settings.keyword_mutes')
|
|
|
|
.table-wrapper
|
|
%table.table
|
|
%thead
|
|
%tr
|
|
%th= t('settings.keyword_mutes.keyword')
|
|
%th
|
|
%th
|
|
%tbody
|
|
= render @keyword_mutes
|
|
|
|
= paginate @keyword_mutes
|
|
= link_to t('settings.keyword_mutes.add_keyword'), new_settings_keyword_mute_path, class: 'button'
|