Skip to content

Commit bd49b1a

Browse files
authored
Merge pull request #3175 from metacpan/haarg/fix-full-diff-order
fix "Diff full distribution" reversing diff
2 parents 707fb7d + 6ffc6bc commit bd49b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/diff.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<li class="nav-header">Tools</li>
1212
%% if $diff.source.file {
1313
<li>
14-
<a href="/release/[% $diff.source.author %]/[% $diff.source.release %]/diff/[% $diff.target.author %]/[% $diff.target.release %]">
14+
<a href="/release/[% $diff.target.author %]/[% $diff.target.release %]/diff/[% $diff.source.author %]/[% $diff.source.release %]">
1515
Diff full distribution
1616
</a>
1717
</li>

0 commit comments

Comments
 (0)