liquid_feedback_frontend

diff app/main/member/show.lua @ 1536:feeac2fd945e

merge
author bsw
date Tue Oct 06 19:31:38 2020 +0200 (2020-10-06)
parents 5c925bcc9036
children c87cc80b7904
line diff
     1.1 --- a/app/main/member/show.lua	Tue Oct 06 19:31:19 2020 +0200
     1.2 +++ b/app/main/member/show.lua	Tue Oct 06 19:31:38 2020 +0200
     1.3 @@ -63,7 +63,12 @@
     1.4  
     1.5  ui.grid{ content = function()
     1.6    ui.cell_main{ content = function()
     1.7 +
     1.8      ui.container{ attr = { class = "mdl-card mdl-card__fullwidth mdl-shadow--2dp" }, content = function()
     1.9 + 
    1.10 +      if app.session.member_id == member.id then
    1.11 +        execute.view{ module = "index", view = "_lang_chooser" }
    1.12 +      end
    1.13        
    1.14        ui.container{ attr = { class = "mdl-card__title mdl-card--border" }, content = function()
    1.15          ui.heading { attr = { class = "mdl-card__title-text" }, level = 2, content = function()

Impressum / About Us