diff --git a/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Telegram/settings.md.twig b/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Telegram/settings.md.twig index 5eabd83..6793fd0 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Telegram/settings.md.twig +++ b/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Telegram/settings.md.twig @@ -1,7 +1,7 @@ {# @var account \Skobkin\Bundle\PointToolsBundle\Entity\Telegram\Account #} *Your current settings:* -Account /link status: {% if account.user %}Linked to {{ account.user.login }}{% else %}Not linked{% endif %} +Account /link status: {% if account.user %}linked to [@{{ account.user.login }}]({{ account.user.login|point_user_url(true) }}){% else %}Not linked{% endif %} User renaming notifications: {% if account.renameNotification %}enabled{% else %}disabled{% endif %}