File "tracking_icon.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/database/structure/tracking_icon.twig
File size: 261 B
MIME-type:
Charset: utf-8

Download   Open   Back

<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>

PHP File Manager