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

5 lines
188 B
Text
Raw Normal View History

-#
@param id [String]
2024-03-08 16:08:24 +00:00
= render 'components/checkbox', id: id, data: { action: 'select-all#toggle', target: 'select-all.toggle', **local_assigns.compact } do
%span.sr-only= t('.label')