Open channels in new tab
This commit is contained in:
parent
e168aebdb5
commit
95b3f16329
1 changed files with 1 additions and 1 deletions
2
gen.sh
2
gen.sh
|
@ -85,7 +85,7 @@ printf '%s\n' "$channels" | while IFS="" read -r chan || [ -n "$chan" ]; do
|
||||||
|
|
||||||
cat >> "$out" <<HERE
|
cat >> "$out" <<HERE
|
||||||
<div class="channel" id="channel_$name">
|
<div class="channel" id="channel_$name">
|
||||||
<h2>$display_name <a href="https://mattermost.zeus.gent/zeus/$name"><img src="../go_to_channel.png" alt="Go to channel" class="go_to_channel" /></a></h2>
|
<h2>$display_name <a href="https://mattermost.zeus.gent/zeus/$name" target="mattermost-webapp"><img src="../go_to_channel.png" alt="Go to channel" class="go_to_channel" /></a></h2>
|
||||||
<dl>
|
<dl>
|
||||||
HERE
|
HERE
|
||||||
if [ -n "$purpose" ]; then
|
if [ -n "$purpose" ]; then
|
||||||
|
|
Loading…
Reference in a new issue