liquid_feedback_frontend

annotate app/main/issue/_pad.lua @ 1703:5eb8b596f7d4

Added OAuth2 client code
author bsw
date Mon Sep 27 10:58:14 2021 +0200 (2021-09-27)
parents 63d6549cc00b
children
rev   line source
bsw@525 1 local issue = param.get("issue", "table")
bsw@525 2
bsw@525 3 ui.tag{ tag = "iframe", attr = {
bsw@525 4 width = "800",
bsw@525 5 height = "500",
bsw@525 6 src = issue.etherpad_url
bsw@525 7 } }
bsw@525 8

Impressum / About Us