1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00
wallabag/templates/Entry/Card/_mass_checkbox.html.twig

4 lines
171 B
Twig
Raw Permalink Normal View History

<label class="entry-checkbox">
<input type="checkbox" class="entry-checkbox-input" data-js="entry-checkbox" name="entry-checkbox[]" value="{{ entry.id }}" />
</label>