Telegram bot settings template fix.

This commit is contained in:
Alexey Skobkin 2017-01-07 22:20:01 +03:00
parent 2d47fb4f4d
commit 1d5ccd6e30
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}