liquid_feedback_frontend

diff app/main/area/_sidebar_whatcanido.lua @ 1599:52545dba4205

Removed member image of delegatee from sidebar
author bsw
date Sun Jan 31 22:12:13 2021 +0100 (2021-01-31)
parents 473d372c6ec7
children 58e1e8d6f596
line diff
     1.1 --- a/app/main/area/_sidebar_whatcanido.lua	Sun Jan 31 22:04:30 2021 +0100
     1.2 +++ b/app/main/area/_sidebar_whatcanido.lua	Sun Jan 31 22:12:13 2021 +0100
     1.3 @@ -106,18 +106,6 @@
     1.4              if not area.delegation_info.first_trustee_id then
     1.5                ui.tag{ content = _"I want to delegate this subject area" }
     1.6              else
     1.7 -              ui.container { attr = { class = "right" }, content = function()
     1.8 -                local member = Member:by_id(area.delegation_info.first_trustee_id)
     1.9 -                execute.view{
    1.10 -                  module = "member_image",
    1.11 -                  view = "_show",
    1.12 -                  params = {
    1.13 -                    member = member,
    1.14 -                    image_type = "avatar",
    1.15 -                    show_dummy = true
    1.16 -                  }
    1.17 -                }
    1.18 -              end }
    1.19                ui.tag{ content = _"You delegated this subject area" }
    1.20              end
    1.21  

Impressum / About Us