BirdNET-stream/www/templates/records/delete_button.html.twig

6 lines
267 B
Twig

<div {{ stimulus_controller('delete-record') }}>
<button class="delete button" value="{{ filename }}" {{ stimulus_target('delete-record', 'filename') }} {{ stimulus_action('delete-record', 'delete') }}>
<i data-feather="trash-2"></i>
</button>
</div>