liquid_feedback_frontend

diff app/main/lf2/_initiatives.lua @ 216:4f6e6b213fb8

Cleanup on second generation frontend code and stylesheet
author bsw
date Mon Mar 07 12:15:22 2011 +0100 (2011-03-07)
parents 4993b71b383f
children
line diff
     1.1 --- a/app/main/lf2/_initiatives.lua	Sat Mar 05 15:34:17 2011 +0100
     1.2 +++ b/app/main/lf2/_initiatives.lua	Mon Mar 07 12:15:22 2011 +0100
     1.3 @@ -2,12 +2,10 @@
     1.4  
     1.5  initiatives:load("initiating_members", nil, "initiating_members")
     1.6  
     1.7 -ui.box{ content = function()
     1.8 -  for i, initiative in ipairs(initiatives) do
     1.9 +for i, initiative in ipairs(initiatives) do
    1.10  
    1.11 -    ui.box_row{ class = "initiative", content = function() ui.box_col { content = function()
    1.12 -      execute.view{ module = "lf2", view = "_initiative", params = { initiative = initiative } }
    1.13 -    end } end }
    1.14 +  ui.box_row{ class = "initiative", content = function() ui.box_col { content = function()
    1.15 +    execute.view{ module = "lf2", view = "_initiative", params = { initiative = initiative } }
    1.16 +  end } end }
    1.17  
    1.18 -  end
    1.19 -end }
    1.20 \ No newline at end of file
    1.21 +end
    1.22 \ No newline at end of file

Impressum / About Us