wallabag/templates/Entry/Card/_mass_checkbox.html.twig

4 lines
171 B
Twig
Raw 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>