File "recent_favorite_table_favorite.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/recent_favorite_table_favorite.twig
File size: 497 B
MIME-type:
Charset: utf-8

Download   Open   Back

{% for table in tables %}
<li class="warp_link">
  <a
    class="ajax favorite_table_anchor"
    href="{{ url('/database/structure/favorite-table', table.remove_parameters) }}"
    title="{% trans 'Remove from Favorites' %}"
    data-favtargetn="{{ table.table_parameters.md5 }}"
  >
    {{ get_icon('b_favorite') }}
  </a>
  <a href="{{ url('/table/recent-favorite', table.table_parameters) }}">
    `{{ table.table_parameters.db }}`.`{{ table.table_parameters.table }}`
  </a>
</li>
{% endfor %}

PHP File Manager