Skip to content

Commit

Permalink
Add chat link to track
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Jan 31, 2025
1 parent 8dfee1f commit 237cffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/schedule/track.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
{ name: 'xCal', identifier: "/schedule/xcal/track/#{item[:slug]}/" },
].map{|cal| l(cal[:identifier], cal[:name]) }.join(", ")
%>
<br/>
<i class="icon-comment"></i> <strong>Chat</strong>: <a href="<%= item[:chat_link] %>">Join the conversation!</a>

<br/>
</p>
<br style="clear: both;"/>
Expand Down

0 comments on commit 237cffe

Please sign in to comment.