mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 16:36:23 +00:00
fix: corregido posición de sumary en details y boton de bloqueo de instancias
This commit is contained in:
parent
ea6d794b57
commit
85cfed59fc
2 changed files with 4 additions and 3 deletions
|
@ -2,5 +2,6 @@
|
|||
|
||||
%details.details.py-2
|
||||
%summary
|
||||
.col-11
|
||||
%h3.py-2= summary
|
||||
= yield
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.form-group
|
||||
= label_tag "custom_blocklist", t('moderation_queue.instances.custom_block')
|
||||
= text_area_tag "custom_blocklist", nil, class: 'form-control'
|
||||
%button.btn.btn-secondary.mt-3{ type: 'submit' }= t('moderation_queue.instances.submit')
|
||||
|
||||
%p
|
||||
%a.mt-3{ role: 'button', href: '', class: 'btn btn-secondary' }= t('moderation_queue.instances.submit')
|
||||
|
|
Loading…
Reference in a new issue