aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_mass_checkbox.html.twig
blob: d35d8db133669b71f88e115b04f5067f8baf109c (plain) (blame)
1
2
3
<div class="entry-checkbox">
    <input type="checkbox" data-js="entry-checkbox" name="entry-checkbox[]" value="{{ entry.id }}" />
</div>