From 1d5ccd6e30c573b7dc4e83c59c39e2c540924f46 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 7 Jan 2017 22:20:01 +0300 Subject: [PATCH] Telegram bot settings template fix. --- .../PointToolsBundle/Resources/views/Telegram/settings.md.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}