Skip to content

Commit ae4d66b

Browse files
committed
Revert "comment out pixels until fixed"
This reverts commit 62804a3.
1 parent 9dc85e7 commit ae4d66b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: datafiles/templates/Html/maintain.html.st

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +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+
5454
<dt><a href="analytics-pixels">Analytics Pixels</a></dt>
5555
<dd>Maintainers can add analytics pixels to surface information about users of their package.
5656
</dd>
57-
-->
57+
5858
</div>
5959
</body></html>

Diff for: datafiles/templates/Html/package-page.html.st

+5
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
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>
98103
</ul>
99104
<p>Candidates</p>
100105
<ul>

Diff for: datafiles/templates/Users/manage.html.st

-2
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ $tokens:{token|
6767
<li>
6868
<a href="/user/$username$/password">Change your password</a>
6969
</li>
70-
<!--
7170
<li>
7271
<a href="/user/$username$/analytics-pixels">Analytics pixels</a>
7372
</li>
74-
-->
7573
</ul>
7674

7775
</div>

0 commit comments

Comments
 (0)