liquid_feedback_frontend
diff app/main/issue/_pad.lua @ 525:63d6549cc00b
Delegation chain preview improved, better visualisation of current context, code cleanup
author | bsw |
---|---|
date | Fri May 18 19:07:07 2012 +0200 (2012-05-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/issue/_pad.lua Fri May 18 19:07:07 2012 +0200 1.3 @@ -0,0 +1,8 @@ 1.4 +local issue = param.get("issue", "table") 1.5 + 1.6 +ui.tag{ tag = "iframe", attr = { 1.7 + width = "800", 1.8 + height = "500", 1.9 + src = issue.etherpad_url 1.10 +} } 1.11 +