Always display nav bar
This commit is contained in:
parent
f532c55772
commit
8fe3fcad72
4 changed files with 15 additions and 20 deletions
|
|
@ -13,7 +13,7 @@ use crate::{
|
|||
util,
|
||||
web::{
|
||||
components,
|
||||
page::{Page, Tab},
|
||||
page::Page,
|
||||
paths::{PathAdminQueueAdd, PathCommitByHash},
|
||||
server_config_ext::ServerConfigExt,
|
||||
},
|
||||
|
|
@ -93,7 +93,6 @@ pub async fn get_commit_by_hash(
|
|||
|
||||
let html = Page::new(config)
|
||||
.title(util::format_commit_summary(&commit.message))
|
||||
.nav(Tab::None)
|
||||
.body(html! {
|
||||
h2 { "Commit" }
|
||||
div .commit-like .commit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue