Improve page action display
This commit is contained in:
parent
0dc09cef4f
commit
a1a88591f9
|
@ -104,7 +104,7 @@ pub fn base(config: TemplateConfig, content: Markup) -> Markup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div {
|
div .d-flex.h-100.gap-1 {
|
||||||
@for page_action in config.page_actions {
|
@for page_action in config.page_actions {
|
||||||
(page_action)
|
(page_action)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue