Files
GseTDDUebungKCLR/database/phpMyAdmin/templates/recent_favorite_table_recent.twig
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

7 lines
172 B
Twig

{% for table in tables %}
<li class="warp_link">
<a href="{{ url('/table/recent-favorite', table) }}">
`{{ table.db }}`.`{{ table.table }}`
</a>
</li>
{% endfor %}