Skip to content

Commit 62804a3

Browse files
committed
comment out pixels until fixed
1 parent 686676b commit 62804a3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

datafiles/templates/Html/maintain.html.st

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ package after its been released.
5050
<dd>Reset the fail count and trigger rebuild. Choose this option only if you believe our build process didn't go right for some reason. Reseting fail count won't trigger rebuild if your package has documentation.
5151
<p>$versions:{pkgid|<a href="/package/$pkgid$/reports/reset" onclick="return confirm('Are you sure you want to trigger rebuild?')" >$pkgid$</a>}; separator=", "$</p>
5252
</dd>
53-
53+
<!--
54+
<dt><a href="analytics-pixels">Analytics Pixels</a></dt>
55+
<dd>Maintainers can add analytics pixels to surface information about users of their package.
56+
</dd>
57+
-->
5458
</div>
5559
</body></html>

datafiles/templates/Html/package-page.html.st

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@
9595
edit package information
9696
</a>
9797
</li>
98-
<li>
99-
<a href="$baseurl$/package/$package.name$/analytics-pixels">
100-
edit package analytics pixels
101-
</a>
102-
</li>
10398
</ul>
10499
<p>Candidates</p>
105100
<ul>

datafiles/templates/Users/manage.html.st

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ $tokens:{token|
6767
<li>
6868
<a href="/user/$username$/password">Change your password</a>
6969
</li>
70+
<!--
7071
<li>
7172
<a href="/user/$username$/analytics-pixels">Analytics pixels</a>
7273
</li>
74+
-->
7375
</ul>
7476

7577
</div>

0 commit comments

Comments
 (0)