Added clicks stats to links table
This commit is contained in:
parent
3273c43184
commit
0c6a3d439c
1 changed files with 21 additions and 0 deletions
|
@ -312,6 +312,27 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</tbody>
|
</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>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue