liquid_feedback_frontend
diff app/main/member/show.lua @ 1567:c87cc80b7904
Show incoming and outgoing delegations in member view
| author | bsw |
|---|---|
| date | Tue Nov 10 21:22:01 2020 +0100 (2020-11-10) |
| parents | 5c925bcc9036 |
| children | 6fb549c147cb |
line diff
1.1 --- a/app/main/member/show.lua Tue Nov 10 21:14:35 2020 +0100 1.2 +++ b/app/main/member/show.lua Tue Nov 10 21:22:01 2020 +0100 1.3 @@ -161,7 +161,7 @@ 1.4 end } 1.5 end } 1.6 end 1.7 - --[[ 1.8 + 1.9 ui.container{ attr = { class = "mdl-card mdl-card__fullwidth mdl-shadow--2dp" }, content = function() 1.10 ui.container{ attr = { class = "mdl-card__title mdl-card--border" }, content = function() 1.11 ui.heading { attr = { class = "mdl-card__title-text" }, level = 2, content = _"Outgoing delegations" } 1.12 @@ -185,7 +185,7 @@ 1.13 } 1.14 end } 1.15 end } 1.16 - --]] 1.17 + 1.18 end } 1.19 1.20 ui.cell_sidebar{ content = function()