# HG changeset patch # User bsw # Date 1634646878 -7200 # Node ID 7cb7a5cad2fa898c51540874e263435cfb2fa393 # Parent 201d64263ac1830a30e65a5a4f7d3a1c77ca5f27 Removed unused view diff -r 201d64263ac1 -r 7cb7a5cad2fa app/main/index/initiator_invites.lua --- a/app/main/index/initiator_invites.lua Tue Oct 19 13:19:52 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -local initiatives_selector = Initiator:selector_for_invites(app.session.member_id) - -ui.title(_"Initiatives that invited you to become initiator:") - -if initiatives_selector:count() > 0 then - execute.view{ - module = "initiative", - view = "_list", - params = { initiatives_selector = initiatives_selector } - } -else - ui.field.text{ value = _"You are currently not invited to any initiative." } -end \ No newline at end of file