liquid_feedback_frontend
diff app/main/index/updated_drafts.lua @ 558:18e8de7a2b6a
Show notifications on start page as ulli list with links instead of tabs
author | bsw |
---|---|
date | Tue Jun 19 21:20:46 2012 +0200 (2012-06-19) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/index/updated_drafts.lua Tue Jun 19 21:20:46 2012 +0200 1.3 @@ -0,0 +1,14 @@ 1.4 +local initiatives_selector = Initiative:selector_for_updated_drafts(app.session.member_id) 1.5 + 1.6 +ui.container{ 1.7 + attr = { class = "heading" }, 1.8 + content = _"Open initiatives you are supporting which has been updated their draft:" 1.9 +} 1.10 + 1.11 +slot.put("<br />") 1.12 + 1.13 +execute.view{ 1.14 + module = "initiative", 1.15 + view = "_list", 1.16 + params = { initiatives_selector = initiatives_selector } 1.17 +}