diff --git a/src/frontend/item.rs b/src/frontend/item.rs index f382f4a..5ada38b 100644 --- a/src/frontend/item.rs +++ b/src/frontend/item.rs @@ -145,7 +145,16 @@ async fn show( } @if !children.is_empty() { - h3 .mt-4 { "Direct Children" } + div .d-flex.justify-content-between.mt-4 { + div { + h3 { "Direct Children" } + } + div { + (PageActionGroup::generate_labels( + &children.iter().collect::>(), + )) + } + } ul { @for child in children {