[Scummvm-git-logs] scummvm-web master -> 2020624dbdaffe88a33ed245fb222e9d3dff39e1

Thunderforge noreply at scummvm.org
Mon Jan 10 23:47:42 UTC 2022


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

Summary:
2020624dbd WEB: Moving location of recommended download version (#192)


Commit: 2020624dbdaffe88a33ed245fb222e9d3dff39e1
    https://github.com/scummvm/scummvm-web/commit/2020624dbdaffe88a33ed245fb222e9d3dff39e1
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-01-10T17:47:40-06:00

Commit Message:
WEB: Moving location of recommended download version (#192)

The button now reads "Download ScummVM 2.5.1" instead of "Download ScummVM" and the next line beginning with "Version 2.5.1"

Changed paths:
    templates/components/recommended_download.tpl


diff --git a/templates/components/recommended_download.tpl b/templates/components/recommended_download.tpl
index a9e2cd5e..f7fc70a1 100644
--- a/templates/components/recommended_download.tpl
+++ b/templates/components/recommended_download.tpl
@@ -4,8 +4,8 @@
         <div id="downloadContainer">
             <a id="downloadButton" href={$recommendedDownload.url|download}>
                 <img src="/images/scummvm.png" alt="Download ScummVM icon">
-                <div class="downloadText">Download ScummVM</div>
-                <div id="downloadDetails">Version {$recommendedDownload.ver} • {$recommendedDownload.os}{if $recommendedDownload.desc != ""} • {$recommendedDownload.desc}{/if}</div>
+                <div class="downloadText">Download ScummVM {$recommendedDownload.ver}</div>
+                <div id="downloadDetails">{$recommendedDownload.os}{if $recommendedDownload.desc != ""} • {$recommendedDownload.desc}{/if}</div>
             </a>
         </div>
     </div>




More information about the Scummvm-git-logs mailing list