liquid_feedback_frontend
diff app/main/index/initiator_invites.lua @ 619:7dc5ab12bfe3
Optical enhancements :)
author | bsw |
---|---|
date | Mon Jun 25 14:40:34 2012 +0200 (2012-06-25) |
parents | 18e8de7a2b6a |
children |
line diff
1.1 --- a/app/main/index/initiator_invites.lua Mon Jun 25 01:17:27 2012 +0200 1.2 +++ b/app/main/index/initiator_invites.lua Mon Jun 25 14:40:34 2012 +0200 1.3 @@ -1,13 +1,8 @@ 1.4 - 1.5 +local initiatives_selector = Initiator:selector_for_invites(app.session.member_id) 1.6 1.7 -local initiatives_selector = Initiator:selector_for_invites(app.session.member_id) 1.8 +ui.title(_"Initiatives that invited you to become initiator:") 1.9 1.10 if initiatives_selector:count() > 0 then 1.11 - ui.container{ 1.12 - attr = { style = "font-weight: bold;" }, 1.13 - content = _"Initiatives that invited you to become initiator:" 1.14 - } 1.15 - 1.16 execute.view{ 1.17 module = "initiative", 1.18 view = "_list",