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