liquid_feedback_frontend
diff app/main/initiative/show_static.lua @ 120:e5a221e57dc6
merge
author | bsw |
---|---|
date | Mon Oct 04 17:51:29 2010 +0200 (2010-10-04) |
parents | bf885faf3452 |
children | d87097d3b6ec |
line diff
1.1 --- a/app/main/initiative/show_static.lua Fri Sep 24 14:49:36 2010 +0200 1.2 +++ b/app/main/initiative/show_static.lua Mon Oct 04 17:51:29 2010 +0200 1.3 @@ -19,7 +19,8 @@ 1.4 execute.view{ 1.5 module = "issue", 1.6 view = "_show_head", 1.7 - params = { issue = initiative.issue } 1.8 + params = { issue = initiative.issue, 1.9 + initiative = initiative } 1.10 } 1.11 1.12 --slot.put_into("html_head", '<link rel="alternate" type="application/rss+xml" title="RSS" href="../show/' .. tostring(initiative.id) .. '.rss" />')