mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 23:26:21 +00:00
feat: agregado componente checkbox
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
111f2d6503
commit
754538024e
3 changed files with 4 additions and 2 deletions
2
app/views/components/_checkbox.haml
Normal file
2
app/views/components/_checkbox.haml
Normal file
|
@ -0,0 +1,2 @@
|
|||
.custom-control.custom-checkbox
|
||||
%input{ type: 'checkbox', id: '', class: '' }
|
|
@ -1,5 +1,5 @@
|
|||
.flex
|
||||
.card
|
||||
.card-body
|
||||
%input{ type: 'checkbox', value: '', class: 'ml-5' }
|
||||
= render 'components/checkbox'
|
||||
%h4.d-inline.ml-5= t('moderation_queue.instances.block_lists')
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.flex.mx-4.my-5
|
||||
.row.no-gutters
|
||||
.col-1
|
||||
%input{ type: 'checkbox', id: '' }
|
||||
= render 'components/checkbox'
|
||||
.col-10
|
||||
.row.border.border-white
|
||||
.col.col-1.border.border-white.mr-5
|
||||
|
|
Loading…
Reference in a new issue