favorite_anchor.twig 371 B

1234567
  1. <a id="{{ table_name_hash }}_favorite_anchor"
  2. class="ajax favorite_table_anchor"
  3. href="db_structure.php{{ Url_getCommon(fav_params) }}"
  4. title="{{ already_favorite ? 'Remove from Favorites'|trans : 'Add to Favorites'|trans }}"
  5. data-favtargets="{{ db_table_name_hash }}" >
  6. {{ already_favorite ? titles['Favorite']|raw : titles['NoFavorite']|raw }}
  7. </a>