5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 00:46:23 +00:00
panel/app/views/components/_block_list.haml

9 lines
273 B
Text
Raw Normal View History

2024-02-21 16:50:29 +00:00
-# Componente Listas de bloqueo de Instancias
.card.mt-3.mb-3
.card-body
.d-flex.flex-row
= render 'components/checkbox', id: state.id, checked: state.enabled? do
%span.h4= blocklist.title
%p.mb-0
%a{ href: blocklist.url }= t('.more')