bsw@1045: if app.session.member then bsw@1045: ui.title(_"Notifications") bsw@1045: bsw@1045: ui.section( function() bsw@1045: bsw@1045: ui.sectionHead( function() bsw@1045: ui.heading{ level = 1, content = _"Notifications" } bsw@1045: end ) bsw@1045: bsw@1045: ui.sectionRow( function() bsw@1045: execute.view { module = "index", view = "_sidebar_notifications" } bsw@1045: end ) bsw@1045: end ) bsw@1045: end