liquid_feedback_frontend

changeset 1531:5c925bcc9036

Move language chooser on profile page
author bsw
date Mon Sep 21 18:46:48 2020 +0200 (2020-09-21)
parents 94d6843fdc94
children 3c15fea3f1c0
files app/main/member/show.lua
line diff
     1.1 --- a/app/main/member/show.lua	Mon Sep 21 18:44:25 2020 +0200
     1.2 +++ b/app/main/member/show.lua	Mon Sep 21 18:46:48 2020 +0200
     1.3 @@ -64,11 +64,11 @@
     1.4  ui.grid{ content = function()
     1.5    ui.cell_main{ content = function()
     1.6  
     1.7 -    if app.session.member_id == member.id then
     1.8 -      execute.view{ module = "index", view = "_lang_chooser" }
     1.9 -    end
    1.10 -
    1.11      ui.container{ attr = { class = "mdl-card mdl-card__fullwidth mdl-shadow--2dp" }, content = function()
    1.12 + 
    1.13 +      if app.session.member_id == member.id then
    1.14 +        execute.view{ module = "index", view = "_lang_chooser" }
    1.15 +      end
    1.16        
    1.17        ui.container{ attr = { class = "mdl-card__title mdl-card--border" }, content = function()
    1.18          ui.heading { attr = { class = "mdl-card__title-text" }, level = 2, content = function()

Impressum / About Us