Initial commit
This commit is contained in:
7
pma/templates/database/structure/tracking_icon.twig
Normal file
7
pma/templates/database/structure/tracking_icon.twig
Normal file
@ -0,0 +1,7 @@
|
||||
<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>
|
Reference in New Issue
Block a user