Skip to content

Commit 5d1452a

Browse files
committed
Remove links to author backpan dir as we want to stop supporting that
1 parent d2d6206 commit 5d1452a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

root/author.tx

+1-8
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@
121121
<li>
122122
<a href="[% $author.links.cpan_directory %]">CPAN directory</a> ([% $author.release_count.cpan + $author.release_count.latest %])
123123
</li>
124-
<li>
125-
<a href="[% $author.links.backpan_directory %]" title="See all releases ever done by [% $author.pauseid %], not just those currently on CPAN.">BackPAN directory</a> ([% $author.release_count['backpan-only'] %])
126-
</li>
127124
<li>
128125
<a href="[% $author.links.repology %]">Repology</a>
129126
</li>
@@ -151,11 +148,7 @@
151148
%% else {
152149
<div class="message">
153150
<strong>Releases</strong>
154-
<p>No releases from <a href="/author/[% $author.pauseid %]">[% $author.pauseid %]</a> could be found
155-
%% if $author.release_count["backpan-only"] {
156-
<br/><a href="/author/[% $author.pauseid %]">[% $author.pauseid %]</a> has <a href="[% $author.links.backpan_directory %]">[% $author.release_count["backpan-only"] %] distributions on BackPAN</a> that were previously on CPAN.
157-
%% }
158-
</p>
151+
<p>No releases from <a href="/author/[% $author.pauseid %]">[% $author.pauseid %]</a> could be found</p>
159152
</div>
160153
%% }
161154
%% if $faves.0 {

0 commit comments

Comments
 (0)