Remove version and qc link from footer

This commit is contained in:
Matija Rešek
2021-10-01 16:34:22 +02:00
parent cb9c49fd7c
commit 715f45edf2
2 changed files with 2 additions and 7 deletions
-1
View File
@@ -154,7 +154,6 @@ select.form-control {
.footer {
position: fixed;
bottom: 0;
z-index: -1;
}
/* position bootstrap icons on buttons centrally */
+2 -6
View File
@@ -1,11 +1,7 @@
</main>
{{ template "inc_toasts.html.tpl" .alerts }}
<div class="footer col text-center mb-4 py-4">
<a href="https://cortezaproject.org/" target="_blank" class="text-white mr-2">cortezaproject.org</a>
<a href="https://github.com/cortezaproject/" target="_blank" class="text-white ml-2">GitHub</a>
<i class="p-1 small text-white position-absolute version mr-3 mb-3">
{{ tr "inc_footer.version" "version" version }}
</i>
<div class="footer col text-center mb-4 py-4 text-white">
Access source code on <a href="https://github.com/cortezaproject/" target="_blank" class="text-white ml-2">GitHub</a>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>