feat: add cook history nav link to index page
This commit is contained in:
@@ -705,6 +705,7 @@ indexPage _mode recipes =
|
|||||||
H.li $ H.a ! A.href "#tags" $ "By Tag"
|
H.li $ H.a ! A.href "#tags" $ "By Tag"
|
||||||
H.li $ H.a ! A.href "#course" $ "By Course"
|
H.li $ H.a ! A.href "#course" $ "By Course"
|
||||||
H.li $ H.a ! A.href "/import" $ "Import"
|
H.li $ H.a ! A.href "/import" $ "Import"
|
||||||
|
H.li $ H.a ! A.href "/cook-history" $ "Cook History"
|
||||||
-- Search input
|
-- Search input
|
||||||
H.input
|
H.input
|
||||||
! A.type_ "search"
|
! A.type_ "search"
|
||||||
|
|||||||
Reference in New Issue
Block a user