Parent: [213f64] (diff)

Child: [ddf08c] (diff)

Download this file

chat_lib.html    14 lines (13 with data), 386 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
{% macro checkout_info(app) %}
{% if app.channel.channel %}
<p>
{{ app.project.name }} / {{app.config.options.mount_label }} is
hosted on FreeNode IRC channel
<a href="http://webchat.freenode.net/?channels={{app.channel.channel}}">{{app.channel.channel}}</a>
</p>
{% else %}
<p>
No channel has been set for this chat tool.
</p>
{% endif %}
{% endmacro %}