liquid_feedback_frontend
annotate app/main/index/usage_terms.lua @ 911:c0d17602fd8c
Added tag v2.1.0 for changeset e7cea3037d69
| author | bsw | 
|---|---|
| date | Sun Sep 23 17:11:03 2012 +0200 (2012-09-23) | 
| parents | b219676f1093 | 
| children | 701a5cf6b067 | 
| rev | line source | 
|---|---|
| bsw@768 | 1 slot.put("<br />") | 
| bsw/jbe@19 | 2 | 
| bsw/jbe@19 | 3 ui.container{ | 
| bsw/jbe@19 | 4 attr = { class = "wiki use_terms" }, | 
| bsw/jbe@19 | 5 content = function() | 
| bsw/jbe@19 | 6 slot.put(format.wiki_text(config.use_terms)) | 
| bsw/jbe@19 | 7 end | 
| bsw/jbe@19 | 8 } |