liquid_feedback_frontend

diff app/main/unit/_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 32b9e4070777
children 58e1e8d6f596
line diff
     1.1 --- a/app/main/unit/_sidebar_whatcanido.lua	Sun Jan 31 22:04:30 2021 +0100
     1.2 +++ b/app/main/unit/_sidebar_whatcanido.lua	Sun Jan 31 22:12:13 2021 +0100
     1.3 @@ -44,18 +44,6 @@
     1.4                end }
     1.5              end }
     1.6            else
     1.7 -            ui.container { attr = { class = "right" }, content = function()
     1.8 -              local member = Member:by_id(unit.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 unit" }
    1.20  
    1.21              ui.tag { tag = "ul", attr = { class = "ul" }, content = function ()

Impressum / About Us