liquid_feedback_frontend

view env/ui/twitter.lua @ 920:43384011b050

Fixed syntax errors in lines 3 and 737 of locale/translations.el.lua
author jbe
date Thu Oct 04 13:46:22 2012 +0200 (2012-10-04)
parents 3bfb2fcf7ab9
children
line source
1 function ui.twitter(message)
2 ui.link{
3 attr = { target = "_blank" },
4 content = function()
5 ui.image{ static = "icons/16/user_comment.png" }
6 slot.put(encode.html("tweet it"))
7 end,
8 external = "http://twitter.com/?status=" .. encode.url_part(message)
9 }
10 end

Impressum / About Us