File "recent_favorite_table_recent.twig"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/recent_favorite_table_recent.twig
File size: 172 B
MIME-type:
Charset: utf-8
{% for table in tables %}
<li class="warp_link">
<a href="{{ url('/table/recent-favorite', table) }}">
`{{ table.db }}`.`{{ table.table }}`
</a>
</li>
{% endfor %}