liquid_feedback_frontend

view app/main/issue/_pad.lua @ 1291:32d5195a7152

Going to version 3.2.0
author bsw
date Mon Apr 18 10:49:57 2016 +0200 (2016-04-18)
parents 63d6549cc00b
children
line source
1 local issue = param.get("issue", "table")
3 ui.tag{ tag = "iframe", attr = {
4 width = "800",
5 height = "500",
6 src = issue.etherpad_url
7 } }

Impressum / About Us