gl-website-deployer/admin/phpMyAdmin/templates/database/structure/tracking_icon.twig
2024-11-19 08:02:04 +01:00

8 lines
261 B
Twig

<a href="{{ url('/table/tracking', {'table': table, 'db': db}) }}">
{% if is_tracked -%}
{{ get_image('eye', 'Tracking is active.'|trans) }}
{%- else -%}
{{ get_image('eye_grey', 'Tracking is not active.'|trans) }}
{%- endif %}
</a>