small changes to info thing

This commit is contained in:
Schrottkatze 2023-02-19 00:46:26 +01:00
parent fa31a0a51a
commit 56332c61f3
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ pub async fn info(data: web::Data<AppState>) -> HttpResponse {
// get access to the pasta collection
let pastas = data.pastas.lock().await;
// todo status report more sophisticated
// TODO: status report more sophisticated
let mut status = "OK";
let mut message = "";

View file

@ -6,9 +6,9 @@
<h4>Links</h4>
<a href="https://microbin.eu/documentation" style="margin-right: 1rem">Documentation and Help</a>
<br>
<a href="https://github.com/szabodanika/microbin" style="margin-right: 1rem">Source Code</a>
<a href="https://gitlab.com/obsidianical/microbin" style="margin-right: 1rem">Source Code</a>
<br>
<a href="https://github.com/szabodanika/microbin/issues" style="margin-right: 1rem">Feedback</a>
<a href="https://gitlab.com/obsidianical/microbin/issues" style="margin-right: 1rem">Feedback</a>
<br>
<a href="https://microbin.eu/donate">Donate and Sponsor</a>
</div>
@ -39,4 +39,4 @@
<br>
{% include "footer.html" %}
{% include "footer.html" %}