mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 23:36:21 +00:00
Merge branch 'issue-14966' of 0xacab.org:sutty/sutty into issue-15109-1
This commit is contained in:
commit
67fec65df1
2 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,6 @@
|
||||||
.card-body
|
.card-body
|
||||||
.d-flex.flex-row
|
.d-flex.flex-row
|
||||||
= render 'components/checkbox', id: blocklist['id'] do
|
= render 'components/checkbox', id: blocklist['id'] do
|
||||||
-#%span.h4= blocklist["title"]
|
%span.h4= blocklist["title"]
|
||||||
%h4.m-0
|
%p
|
||||||
%a{ href: blocklist['link'] }= blocklist['title']
|
%a{ href: blocklist['link'] }= blocklist['title']
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.form-group
|
.form-group
|
||||||
= label_tag "custom_blocklist", t('moderation_queue.instances.custom_block')
|
= label_tag "custom_blocklist", t('moderation_queue.instances.custom_block')
|
||||||
= text_area_tag "custom_blocklist", nil, class: 'form-control'
|
= text_area_tag "custom_blocklist", nil, class: 'form-control'
|
||||||
%p
|
%button.btn.btn-secondary.mt-3{ type: 'submit' }= t('moderation_queue.instances.submit')
|
||||||
%a.mt-3{ role: 'button', href: '', class: 'btn btn-secondary' }= t('moderation_queue.instances.submit')
|
|
||||||
|
|
Loading…
Reference in a new issue