entity_activity-8.x-1.0-beta13/templates/log-remove.html.twig
templates/log-remove.html.twig
{#
/**
* @file log-remove.html.twig
* Basic barebone template for extra field log-remove.
*
* Available variables:
* - entity: The subscription entity.
* - attributes: HTML attributes for the button.
* - view_mode: The view mode of the entity rendered.
*
* @see entity_activity_entity_activity_log_view()
*
* @ingroup themeable
*/
#}
<button{{ attributes }}>{{ 'Remove'|t }}</button>
