diff options
author | Alex Auvolat <alex@adnab.me> | 2022-03-28 09:52:57 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-03-28 09:52:57 +0200 |
commit | 36f3a1783c915c822e407005115a32889f4a3ccb (patch) | |
tree | 3abe8e074f500e8ef390d81b8a31a2e12a8a0714 | |
parent | 46efa3c0ba3851036dc351201b292a314464025f (diff) | |
download | garagehq.deuxfleurs.fr-36f3a1783c915c822e407005115a32889f4a3ccb.tar.gz garagehq.deuxfleurs.fr-36f3a1783c915c822e407005115a32889f4a3ccb.zip |
Add mention of good link in case JS fails for some reason
-rw-r--r-- | templates/download.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/download.html b/templates/download.html index 2db2767..1efe656 100644 --- a/templates/download.html +++ b/templates/download.html @@ -41,6 +41,12 @@ <div id="development-builds-container" class="space-y-12"></div> </details> </div> + <div class="space-y-4"> + <p> + If this page is not loading correctly, + <a class="font-bold text-garage-orange hover:underline" href="https://garagehq.deuxfleurs.fr/_releases.html">click here</a>. + </p> + </div> </div> <noscript> <style type="text/css"> |