Vulcan/client/views/footer.html

13 lines
454 B
HTML
Raw Normal View History

<template name="footer">
2012-09-24 16:12:50 +09:00
{{#if tlkioChannel}}
2012-09-24 09:45:34 +09:00
{{#constant}}
2012-09-30 20:11:51 +09:00
<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>
2012-09-24 09:45:34 +09:00
</div>
{{/constant}}
2012-09-24 08:53:13 +09:00
{{/if}}
2012-09-24 10:09:53 +09:00
<div class="footer grid">
2012-09-24 16:12:50 +09:00
{{{footerCode}}}
2012-09-24 10:09:53 +09:00
</div>
2012-09-24 16:12:50 +09:00
{{{analyticsCode}}}
</template>