fix continue with chat button

main
barisusakli 8 years ago
parent e65560f2c0
commit 5c5f36554b

@ -6,11 +6,9 @@
<!-- IF !isSelf --> <!-- IF !isSelf -->
<!-- IF !config.disableChat --> <!-- IF !config.disableChat -->
<!-- IF !banned --> <!-- IF !banned -->
<!-- IF hasPrivateChat --> <li class="<!-- IF !hasPrivateChat -->hidden<!-- ENDIF !hasPrivateChat -->">
<li>
<a component="account/chat" href="#">[[user:chat_with, {username}]]</a> <a component="account/chat" href="#">[[user:chat_with, {username}]]</a>
</li> </li>
<!-- ENDIF hasPrivateChat -->
<li> <li>
<a component="account/new-chat" href="#">[[user:new_chat_with, {username}]]</a> <a component="account/new-chat" href="#">[[user:new_chat_with, {username}]]</a>
</li> </li>

Loading…
Cancel
Save