[Scummvm-git-logs] scummvm-sites director-buildbot -> 18f52bad001aaa43794c8bcbf5878a1f2c57de6f

sev- noreply at scummvm.org
Thu Aug 27 13:58:19 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://api.github.com/repos/scummvm/scummvm-sites .

Summary:
18f52bad00 IMAGEDIFF: Reverse the breadcrumbs on the compare page


Commit: 18f52bad001aaa43794c8bcbf5878a1f2c57de6f
    https://github.com/scummvm/scummvm-sites/commit/18f52bad001aaa43794c8bcbf5878a1f2c57de6f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-08-27T15:58:02+02:00

Commit Message:
IMAGEDIFF: Reverse the breadcrumbs on the compare page

Changed paths:
    imagediff/templates/compare.html


diff --git a/imagediff/templates/compare.html b/imagediff/templates/compare.html
index 03eb475..8878875 100644
--- a/imagediff/templates/compare.html
+++ b/imagediff/templates/compare.html
@@ -41,7 +41,7 @@
     <h1><a href="{{ url_for('index') }}">ImageDiff</a></h1>
 </header>
 
-<h2><a href="{{ url_for('build', build=build1) }}">{{ build1 }}</a> vs. <a href="{{ url_for('build', build=build2) }}">{{ build2 }}</a> / <a href="{{ url_for('movie', movie=movie) }}">{{ movie }}</a> / <a href="{{ url_for('index') }}#{{ target }}">{{ target }}</a></h2>
+<h2><a href="{{ url_for('index') }}#{{ target }}">{{ target }}</a> / <a href="{{ url_for('movie', movie=movie) }}">{{ movie }}</a> / <a href="{{ url_for('build', build=build2) }}">{{ build2 }}</a> vs. <a href="{{ url_for('build', build=build1) }}">{{ build1 }}</a></h2>
 
 {% if comparisons %}
 <div class="quote">




More information about the Scummvm-git-logs mailing list