jingcai-php/public/phmad521/templates/recent_favorite_table_recen...

7 lines
172 B
Twig
Executable File

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