liquid_feedback_frontend
diff app/main/index/broken_delegations.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 | 6f4ee6090ff5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/index/broken_delegations.lua Tue Jun 19 21:20:46 2012 +0200 1.3 @@ -0,0 +1,8 @@ 1.4 +execute.view{ 1.5 + module = "delegation", 1.6 + view = "_list", 1.7 + params = { 1.8 + delegations_selector = Delegation:selector_for_broken(app.session.member_id), 1.9 + outgoing = true 1.10 + } 1.11 +}