liquid_feedback_frontend

diff app/main/initiative/_show.lua @ 727:161cebfc44d4

Optical improvements
author bsw
date Thu Jun 28 16:16:02 2012 +0200 (2012-06-28)
parents 344e5fdce8c9
children ea2449916c12
line diff
     1.1 --- a/app/main/initiative/_show.lua	Thu Jun 28 16:08:45 2012 +0200
     1.2 +++ b/app/main/initiative/_show.lua	Thu Jun 28 16:16:02 2012 +0200
     1.3 @@ -64,8 +64,8 @@
     1.4    else
     1.5      ui.container{ attr = { class = "title" }, content = text }
     1.6    end
     1.7 -  ui.container{ attr = { class = "content" }, content = function()
     1.8 -    if app.session.member_id or config.public_access == "pseudonym" or config.public_access == "full" then
     1.9 +  if app.session.member_id or config.public_access == "pseudonym" or config.public_access == "full" then
    1.10 +    ui.container{ attr = { class = "content" }, content = function()
    1.11        ui.tag{
    1.12          attr = { class = "initiator_names" },
    1.13          content = function()
    1.14 @@ -170,11 +170,11 @@
    1.15            end
    1.16          end
    1.17        }
    1.18 -    end
    1.19 +    end }
    1.20 +  end
    1.21  
    1.22 -  end }
    1.23 -  ui.container{ attr = { class = "content" }, content = function()
    1.24 -    if app.session.member_id then
    1.25 +  if app.session.member_id then
    1.26 +    ui.container{ attr = { class = "content" }, content = function()
    1.27        execute.view{
    1.28          module = "supporter",
    1.29          view = "_show_box",
    1.30 @@ -182,9 +182,8 @@
    1.31            initiative = initiative
    1.32          }
    1.33        }
    1.34 -    end
    1.35 -
    1.36 -  end }
    1.37 +    end }
    1.38 +  end
    1.39  
    1.40    
    1.41    -- voting results

Impressum / About Us