liquid_feedback_frontend
diff app/main/index/404.lua @ 1045:701a5cf6b067
Imported LiquidFeedback Frontend 3.0 branch
| author | bsw |
|---|---|
| date | Thu Jul 10 01:19:48 2014 +0200 (2014-07-10) |
| parents | 403e8c211592 |
| children | 32cc544d5a5b |
line diff
1.1 --- a/app/main/index/404.lua Thu Jul 10 01:02:43 2014 +0200 1.2 +++ b/app/main/index/404.lua Thu Jul 10 01:19:48 2014 +0200 1.3 @@ -1,3 +1,13 @@ 1.4 ui.title("404 Not found") 1.5 1.6 -ui.container{ content = "Page not found" } 1.7 +ui.section(function() 1.8 + ui.sectionHead(function() 1.9 + ui.heading{ level = 1, content = _"Page not found" } 1.10 + end) 1.11 + ui.sectionRow(function() 1.12 + ui.link{ 1.13 + content = _"Go back to home page", 1.14 + module = "index", view = "index" 1.15 + } 1.16 + end) 1.17 +end) 1.18 \ No newline at end of file