mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
10 lines
292 B
Text
10 lines
292 B
Text
= render 'shared/title', name: t(:blocked_domains)
|
|
|
|
= form_tag([:admin, :blocked_domains]) do |f|
|
|
.row
|
|
.col-md-12
|
|
= text_area_tag :blocked_domains, @blocked_domains, class: 'form-control', rows: 30
|
|
%hr
|
|
.row
|
|
.col-md-12.text-right
|
|
%button.btn.btn-warning=t(:save)
|