update body template comment

This commit is contained in:
glyph 2022-04-06 09:59:17 +02:00
parent 57b1a786a4
commit e659102495
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ pub fn build_template() -> PreEscaped<String> {
}
};
// wrap the nav bars around the settings menu template content
// wrap the nav bars around the scuttlebutt status card template content
// parameters are template, title and back url
let body = templates::nav::build_template(status_template, "Status", Some("/"));