Translated using Weblate (Polish)
[phpmyadmin.git] / templates / recent_favorite_table_recent.twig
blobb507a2164870b4388f993d45a925612993d80899
1 {% for table in tables %}
2 <li class="warp_link">
3   <a href="{{ url('/table/recent-favorite', table)  }}">
4     `{{ table.db }}`.`{{ table.table }}`
5   </a>
6 </li>
7 {% endfor %}