small changes to info thing
This commit is contained in:
parent
fa31a0a51a
commit
56332c61f3
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ pub async fn info(data: web::Data<AppState>) -> HttpResponse {
|
||||||
// get access to the pasta collection
|
// get access to the pasta collection
|
||||||
let pastas = data.pastas.lock().await;
|
let pastas = data.pastas.lock().await;
|
||||||
|
|
||||||
// todo status report more sophisticated
|
// TODO: status report more sophisticated
|
||||||
let mut status = "OK";
|
let mut status = "OK";
|
||||||
let mut message = "";
|
let mut message = "";
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
<h4>Links</h4>
|
<h4>Links</h4>
|
||||||
<a href="https://microbin.eu/documentation" style="margin-right: 1rem">Documentation and Help</a>
|
<a href="https://microbin.eu/documentation" style="margin-right: 1rem">Documentation and Help</a>
|
||||||
<br>
|
<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>
|
<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>
|
<br>
|
||||||
<a href="https://microbin.eu/donate">Donate and Sponsor</a>
|
<a href="https://microbin.eu/donate">Donate and Sponsor</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -39,4 +39,4 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
{% include "footer.html" %}
|
{% include "footer.html" %}
|
||||||
|
|
Loading…
Reference in a new issue