Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove links to author backpan dir as we want to stop supporting that #3239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions root/author.tx
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@
<li>
<a href="[% $author.links.cpan_directory %]">CPAN directory</a> ([% $author.release_count.cpan + $author.release_count.latest %])
</li>
<li>
<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'] %])
</li>
<li>
<a href="[% $author.links.repology %]">Repology</a>
</li>
Expand Down Expand Up @@ -151,11 +148,7 @@
%% else {
<div class="message">
<strong>Releases</strong>
<p>No releases from <a href="/author/[% $author.pauseid %]">[% $author.pauseid %]</a> could be found
%% if $author.release_count["backpan-only"] {
<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.
%% }
</p>
<p>No releases from <a href="/author/[% $author.pauseid %]">[% $author.pauseid %]</a> could be found</p>
</div>
%% }
%% if $faves.0 {
Expand Down
Loading