Skip to content

Commit 24c69fd

Browse files
Launch project chat in new window/tab
1 parent 4e757ea commit 24c69fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-templates/projects/project.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{/if}
103103
{if $Project->ChatChannel}
104104
{if Laddr::$chatLinker}
105-
<a class="btn btn-success btn-block" role="button" href="{call_user_func(Laddr::$chatLinker, $Project->ChatChannel)|escape}">
105+
<a class="btn btn-success btn-block" role="button" href="{call_user_func(Laddr::$chatLinker, $Project->ChatChannel)|escape}" target="_blank">
106106
{glyph "comment"}&nbsp;Chat Channel
107107
<div class="small">#{$Project->ChatChannel|escape}</div>
108108
</a>

0 commit comments

Comments
 (0)