Initial Commit
This commit is contained in:
@@ -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