Skip to content

Commit 237cffe

Browse files
committedJan 31, 2025
Add chat link to track
1 parent 8dfee1f commit 237cffe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎layouts/schedule/track.html

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
{ name: 'xCal', identifier: "/schedule/xcal/track/#{item[:slug]}/" },
1919
].map{|cal| l(cal[:identifier], cal[:name]) }.join(", ")
2020
%>
21+
<br/>
22+
<i class="icon-comment"></i> <strong>Chat</strong>: <a href="<%= item[:chat_link] %>">Join the conversation!</a>
23+
2124
<br/>
2225
</p>
2326
<br style="clear: both;"/>

0 commit comments

Comments
 (0)