File tree Expand file tree Collapse file tree
app/views/admin/instances Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11- content_for :page_title do
22 = t('admin.instances.title')
33
4+ - content_for :heading_actions do
5+ - if whitelist_mode?
6+ = link_to t('admin.domain_allows.add_new'), new_admin_domain_allow_path, class: 'button'
7+ - else
8+ = link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path, class: 'button'
9+
410.filters
511 .filter-subset
612 %strong = t('admin.instances.moderation.title')
1016 - unless whitelist_mode?
1117 %li = filter_link_to t('admin.instances.moderation.limited'), limited: '1'
1218
13- %div .special-action-button
14- - if whitelist_mode?
15- = link_to t('admin.domain_allows.add_new'), new_admin_domain_allow_path, class: 'button'
16- - else
17- = link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path, class: 'button'
18-
1919- unless whitelist_mode?
2020 = form_tag admin_instances_url, method: 'GET', class: 'simple_form' do
2121 .fields-group
You can’t perform that action at this time.
0 commit comments