7 lines
172 B
Twig
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 %}
|