diff --git a/web/widgets/dashboard.anubis b/web/widgets/dashboard.anubis index 206993e..7935025 100644 --- a/web/widgets/dashboard.anubis +++ b/web/widgets/dashboard.anubis @@ -41,4 +41,17 @@ public define HTML_Off_Form ]) ]). - +public define HTML_Off_Form + dash_board + ( + Dashboard_content content + )= + table([class("container")], + [ row( [ cell([class("module_col")], + if content is + { + none then literal(""), + content(list, title) then partial(html_wave_box_wide(title, changelist_table(list))) + } + )])]). + -- libgit2 0.21.4