liquid_feedback_frontend

changeset 1409:d61e46939e02

Fixed syntax error
author bsw
date Mon Aug 20 10:36:49 2018 +0200 (2018-08-20)
parents 9481d9ff4db9
children 436e73e73e77
files app/main/_filter_view/30_navigation.lua
line diff
     1.1 --- a/app/main/_filter_view/30_navigation.lua	Mon Aug 20 10:35:20 2018 +0200
     1.2 +++ b/app/main/_filter_view/30_navigation.lua	Mon Aug 20 10:36:49 2018 +0200
     1.3 @@ -34,7 +34,6 @@
     1.4      ui.tag{ tag = "header", attr = { class = "mdl-layout__header mdl-layout__header--seamed" }, content = function()
     1.5        ui.container{ attr = { class = "mdl-layout__header-row" }, content = function()
     1.6          ui.link{ module = "index", view = "index", attr = { class = "mdl-layout-title" }, content = function()
     1.7 -          local title = 
     1.8            if config.instance_name then
     1.9              ui.tag{ attr = { class = "mdl-layout--large-screen-only" }, content = config.instance_name .. " ♦ " .. title } 
    1.10            end

Impressum / About Us