first commit
This commit is contained in:
7
pma/templates/recent_favorite_table_recent.twig
Normal file
7
pma/templates/recent_favorite_table_recent.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% for table in tables %}
|
||||
<li class="warp_link">
|
||||
<a href="{{ url('/table/recent-favorite', table) }}">
|
||||
`{{ table.db }}`.`{{ table.table }}`
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user