forked from wallabag/wallabag
Move templates
This commit is contained in:
3
templates/Entry/Card/_mass_checkbox.html.twig
Normal file
3
templates/Entry/Card/_mass_checkbox.html.twig
Normal file
@ -0,0 +1,3 @@
|
||||
<label class="entry-checkbox">
|
||||
<input type="checkbox" class="entry-checkbox-input" data-js="entry-checkbox" name="entry-checkbox[]" value="{{ entry.id }}" />
|
||||
</label>
|
||||
Reference in New Issue
Block a user