Fix suspending an already-limited domain (#25603)

This commit is contained in:
Claire
2023-06-27 12:32:51 +02:00
committed by GitHub
parent ceca93d0d1
commit c7c6f02ae6
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
- content_for :page_title do
= t('.title', domain: Addressable::IDNA.to_unicode(@domain_block.domain))
= simple_form_for @domain_block, url: admin_domain_blocks_path(@domain_block) do |f|
= simple_form_for @domain_block, url: admin_domain_blocks_path, method: :post do |f|
%p.hint= t('.preamble_html', domain: Addressable::IDNA.to_unicode(@domain_block.domain))
%ul.hint