Added clicks stats to links table

This commit is contained in:
Andris Reinman 2016-05-05 15:07:51 +03:00
parent 3273c43184
commit 0c6a3d439c

View file

@ -312,6 +312,27 @@
</tr>
{{/if}}
</tbody>
<tfoot>
<tr>
<th></th>
<th>
All links
</th>
<th>
{{clicks}}
</th>
<th>
{{#if clicks}}
100
{{else}}
0
{{/if}}
</th>
<th>
{{clicksRate}}
</th>
</tr>
</tfoot>
</table>