Your IP : 3.134.76.231


Current Path : /usr/share/phpMyAdmin/templates/
Upload File :
Current File : //usr/share/phpMyAdmin/templates/recent_favorite_table_recent.twig

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