[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
phpMyAdmin
/
templates
/
[
Home
]
File: recent_favorite_table_favorite.twig
{% 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 %}