gl-website-deployer/admin/phpMyAdmin/templates/recent_favorite_table_recent.twig

7 lines
172 B
Twig
Raw Normal View History

2024-11-19 08:02:04 +01:00
{% for table in tables %}
<li class="warp_link">
<a href="{{ url('/table/recent-favorite', table) }}">
`{{ table.db }}`.`{{ table.table }}`
</a>
</li>
{% endfor %}