File "recent_favorite_table_recent.twig"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/recent_favorite_table_recent.twig
File size: 172 bytes
MIME-type: text/html
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 %}