We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e757ea commit 24c69fdCopy full SHA for 24c69fd
html-templates/projects/project.tpl
@@ -102,7 +102,7 @@
102
{/if}
103
{if $Project->ChatChannel}
104
{if Laddr::$chatLinker}
105
- <a class="btn btn-success btn-block" role="button" href="{call_user_func(Laddr::$chatLinker, $Project->ChatChannel)|escape}">
+ <a class="btn btn-success btn-block" role="button" href="{call_user_func(Laddr::$chatLinker, $Project->ChatChannel)|escape}" target="_blank">
106
{glyph "comment"} Chat Channel
107
<div class="small">#{$Project->ChatChannel|escape}</div>
108
</a>
0 commit comments