9 lines
206 B
Twig
9 lines
206 B
Twig
<a class="btn controlButton buttonFont btn-block blankLinkButton" href="{{ path(route) }}">
|
|
{% if text == '' %}
|
|
Bearbeiten
|
|
{% else %}
|
|
{{ text }}
|
|
{% endif %}
|
|
</a>
|
|
{# TODO BayreuthButton umbenennen#}
|