liquid_feedback_frontend
diff app/main/index/index.lua @ 525:63d6549cc00b
Delegation chain preview improved, better visualisation of current context, code cleanup
author | bsw |
---|---|
date | Fri May 18 19:07:07 2012 +0200 (2012-05-18) |
parents | ba310961ba34 |
children | 3e4f6534bb15 |
line diff
1.1 --- a/app/main/index/index.lua Tue Apr 17 00:07:04 2012 +0200 1.2 +++ b/app/main/index/index.lua Fri May 18 19:07:07 2012 +0200 1.3 @@ -1,7 +1,3 @@ 1.4 -execute.view{ module = "index", view = "_lang_chooser" } 1.5 - 1.6 -slot.put_into("title", encode.html(config.app_title)) 1.7 - 1.8 if app.session.member_id then 1.9 util.help("index.index", _"Home") 1.10 1.11 @@ -74,7 +70,6 @@ 1.12 issues_selector = closed_issues_selector 1.13 } 1.14 } 1.15 - 1.16 ui.tabs(tabs) 1.17 1.18 else