You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
383 B
7 lines
383 B
<a id="{{ table_name_hash }}_favorite_anchor" |
|
class="ajax favorite_table_anchor" |
|
href="{{ url('/database/structure/favorite-table', fav_params) }}" |
|
title="{{ already_favorite ? 'Remove from Favorites'|trans : 'Add to Favorites'|trans }}" |
|
data-favtargets="{{ db_table_name_hash }}"> |
|
{{ already_favorite ? get_icon('b_favorite') : get_icon('b_no_favorite') }} |
|
</a>
|
|
|