altcha-1.0.0/modules/altcha_obfuscate/templates/altcha-obfuscate-reveal-button.html.twig
modules/altcha_obfuscate/templates/altcha-obfuscate-reveal-button.html.twig
{#
/**
* @file
* Default theme implementation for the ALTCHA obfuscate reveal button.
*
* Available variables:
* - attributes: An array of HTML attributes, intended to be added to the a tag.
* - text: Reveal text.
*
* @ingroup themeable
*/
#}
<button{{ attributes }}>{{ text }}</button>
