Added clicks stats to links table
This commit is contained in:
parent
0c6a3d439c
commit
f753c25924
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue