liquid_feedback_frontend
diff config/lf3.lua @ 1083:6639b4188d7d
Fixed initiative link in testing config
author | bsw |
---|---|
date | Wed Jul 23 23:08:53 2014 +0200 (2014-07-23) |
parents | 66da54c0ae6c |
children |
line diff
1.1 --- a/config/lf3.lua Wed Jul 23 21:19:19 2014 +0200 1.2 +++ b/config/lf3.lua Wed Jul 23 23:08:53 2014 +0200 1.3 @@ -210,7 +210,7 @@ 1.4 -- ------------------------------------------------------------------------ 1.5 config.tell_others = { 1.6 initiative = function (initiative) 1.7 - local text = "i" .. initiative.id .. ": " .. initiative.name .. " " .. request.get_absolute_baseurl() .. "initiative/" .. initiative.id .. ".html" 1.8 + local text = "i" .. initiative.id .. ": " .. initiative.name .. " " .. request.get_absolute_baseurl() .. "initiative/show/" .. initiative.id .. ".html" 1.9 return { 1.10 { content = "Tweet this initiative", external = "https://twitter.com/intent/tweet?text=" .. encode.url_part(text) }, 1.11 { content = "Send an eMail", external = "mailto:?subject=" .. encode.url_part(initiative.display_name) .. "&body=" .. encode.url_part(text) }