mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Fix: Header isnt supposed to have github link
This commit is contained in:
parent
e3e77a8ebc
commit
5f0cfb3a29
@ -33,8 +33,6 @@ pub fn Header<G: Html>(cx: Scope) -> View<G> {
|
|||||||
li { a(href="/ui/planning/plan") { "MealPlan" } }
|
li { a(href="/ui/planning/plan") { "MealPlan" } }
|
||||||
li { a(href="/ui/manage/categories") { "Manage" } }
|
li { a(href="/ui/manage/categories") { "Manage" } }
|
||||||
li { a(href="/ui/login") { (login.get()) } }
|
li { a(href="/ui/login") { (login.get()) } }
|
||||||
// TODO(jwall): Move to footer?
|
|
||||||
li { a(href="https://github.com/zaphar/kitchen") { "Github" } }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user