You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is only an issue on the main module page, on the pod pages the links (source, source (raw), browse, browse (raw)) all work fine: https://metacpan.org/pod/Dist::Zilla
The text was updated successfully, but these errors were encountered:
seems only to be an issue on the main page for a module.
example: https://metacpan.org/dist/Dist-Zilla
Browse
links to https://metacpan.org/dist/Dist-Zilla/source(raw)
links to https://metacpan.org/source?raw=1i think it should link to https://metacpan.org/dist/Dist-Zilla/source?raw=1
(which then redirects to https://fastapi.metacpan.org/source/RJBS/Dist-Zilla-6.023)
while i'm not familiar with the metacpan-web codebase i had a look around and suspect the issue could be found here:
metacpan-web/root/base/release.tx
Line 45 in d2ae4db
i'm guessing this should be changed from:
<li><a href="[% $release_base %]/source"><i class="fa fa-fw fa-folder-open black"></i>Browse</a> (<a href="[% $source_base %]/source?raw=1">raw</a>)</li>
to:
<li><a href="[% $release_base %]/source"><i class="fa fa-fw fa-folder-open black"></i>Browse</a> (<a href="[% $release_base %]/source?raw=1">raw</a>)</li>
($source_base -> $release_base)
this is only an issue on the main module page, on the pod pages the links (source, source (raw), browse, browse (raw)) all work fine:
https://metacpan.org/pod/Dist::Zilla
The text was updated successfully, but these errors were encountered: