aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes')
-rw-r--r--server/src/routes/ui/layout.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/routes/ui/layout.rs b/server/src/routes/ui/layout.rs
index c98c8ec..d12dc26 100644
--- a/server/src/routes/ui/layout.rs
+++ b/server/src/routes/ui/layout.rs
@@ -40,8 +40,8 @@ markup::define! {
nav {
h1 { a[href="/"] { @CONF.brand } } " "
@if let Some(_) = session {
- a[href=uri!(r_library_node("library"))] { "My Library" } " "
- a[href=uri!(r_all_items())] { "All Items" } " "
+ a.library[href=uri!(r_library_node("library"))] { "My Library" } " "
+ a.library[href=uri!(r_all_items())] { "All Items" } " "
}
div.account {
@if let Some(session) = session {