Files
doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/templates/menus/translation-managers/translation-managers-row.twig
2023-09-12 21:41:04 +02:00

8 lines
445 B
Twig

<li data-user_id="{{ user.ID }}">
<a class="translation-manager-link" href="{{ user.edit_link }}" title="{{ strings.edit }}">
<span class="translation-manager-avatar">{{ user.avatar|raw }}</span>
<span class="translation-manager-name js-translation-manager-name">{{ user.user_login }}</span>
</a>
<a class="otgs-ico-close js-remove-translation-manager js-otgs-popover-tooltip" title="{{ strings.remove }}"></a>
</li>