statbot/templates/stats.html
Brian Buller 1f5eae33b9 Building stats pages
Hopefully fixed an issue with user stats too
2015-10-30 09:33:18 -05:00

22 lines
399 B
HTML

<div>
devICT Slack!
</div>
<div>
{{ .TemplateData.Error }}
</div>
<div>
<table class="pure-table">
<thead>
<tr>
<th colspan="2">Statistics</th>
</tr>
</thead>
<tbody>
<tr>
<td>Total Channel Messages</td>
<td>{{ .TemplateData.TotalChannelMessages }}</td>
</tr>
</tbody>
</table>
</div>