Fix Scuttlebutt Status page title #99

Merged
glyph merged 2 commits from fix_status_title into main 2022-04-06 08:04:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e659102495 - Show all commits

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("/"));