bsw@1045: local initiative = param.get("initiative", "table") bsw@1045: bsw@1045: bsw@1045: ui.sidebar( function () bsw@1045: ui.sidebarHead( function () bsw@1045: ui.link { attr = { name = "history" }, text = "" } bsw@1045: ui.heading { level = 1, content = _"History" } bsw@1045: end ) bsw@1045: execute.view { bsw@1045: module = "issue", view = "_list2", params = { bsw@1045: for_initiative = initiative, for_sidebar = true bsw@1045: } bsw@1045: } bsw@1045: end )