Vulcan/client/views/footer.html
2012-10-04 11:17:57 +10:00

13 lines
No EOL
454 B
HTML

<template name="footer">
{{#if tlkioChannel}}
{{#constant}}
<div id="tlkio" data-channel="{{tlkioChannel}}" style="width:280px;height:100%;"><a href="http://tlk.io/telescope" class="open-chat" target="_blank">chat</a>
<a href="https://github.com/SachaG/Telescope/issues" class="report-bug" target="_blank">report bug</a>
</div>
{{/constant}}
{{/if}}
<div class="footer grid">
{{{footerCode}}}
</div>
{{{analyticsCode}}}
</template>