Temporarily show a coming soon message for Debian, Ubuntu

merge-requests/22/head
Raoul Snyman 2022-08-14 09:45:37 -07:00
parent 112fb4bd1b
commit 21a77b6937
2 changed files with 3 additions and 3 deletions

View File

@ -76,10 +76,10 @@ Downloads
<a class="btn btn-default" href="https://get.openlp.org/2.9.5/OpenLP-2.9.5.dmg">
<i class="fa fa-apple"></i> macOS 10.12+
</a>
<a class="btn btn-ubuntu" href="https://get.openlp.org/2.9.5/openlp_2.9.5-1_all.deb">
<a class="btn btn-ubuntu" href="#" data-toggle="tooltip" data-placement="top" title="Coming soon!">
<img class="icon notranslate" src="/images/ubuntu-logo.png"/> Ubuntu
</a>
<a class="btn btn-debian" href="https://get.openlp.org/2.9.5/openlp_2.9.5-1_all.deb">
<a class="btn btn-debian" href="#" data-toggle="tooltip" data-placement="top" title="Coming soon!">
<img class="icon notranslate" src="/images/debian-logo.png"/> Debian
</a>
<a class="btn btn-fedora" href="https://copr.fedorainfracloud.org/coprs/trb143/OpenLP/">

View File

@ -94,5 +94,5 @@ $(document).ready(function () {
displaySuccess();
setUpStripe();
}
$('[data-toggle="tooltip"]').tooltip()
$('[data-toggle="tooltip"]').tooltip();
});