Added clicks stats to links table

This commit is contained in:
Andris Reinman 2016-05-05 15:23:12 +03:00
parent 0c6a3d439c
commit f753c25924

View file

@ -323,13 +323,13 @@
</th>
<th>
{{#if clicks}}
100
100%
{{else}}
0
0%
{{/if}}
</th>
<th>
{{clicksRate}}
CTR {{clicksRate}}%
</th>
</tr>
</tfoot>