diff options
Diffstat (limited to 'server/src/routes/ui/node.rs')
-rw-r--r-- | server/src/routes/ui/node.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/src/routes/ui/node.rs b/server/src/routes/ui/node.rs index bcb7362..7f80ea2 100644 --- a/server/src/routes/ui/node.rs +++ b/server/src/routes/ui/node.rs @@ -153,11 +153,6 @@ markup::define! { } } @if matches!(node.kind.unwrap_or_default(), NodeKind::Collection | NodeKind::Channel) { - @if matches!(node.kind.unwrap_or_default(), NodeKind::Collection) { - @if let Some(parent) = &node.path.last().cloned() { - a.dirup[href=uri!(r_library_node(parent))] { "Go up" } - } - } @NodeFilterSortForm { f: filter } } @match node.kind.unwrap_or_default() { |