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>
<th> <th>
{{#if clicks}} {{#if clicks}}
100 100%
{{else}} {{else}}
0 0%
{{/if}} {{/if}}
</th> </th>
<th> <th>
{{clicksRate}} CTR {{clicksRate}}%
</th> </th>
</tr> </tr>
</tfoot> </tfoot>