# HG changeset patch # User bsw # Date 1406149733 -7200 # Node ID 6639b4188d7de6673470e1a275374290cf794598 # Parent 86073b9999dc82e0eff483249389a331c3edea97 Fixed initiative link in testing config diff -r 86073b9999dc -r 6639b4188d7d config/lf3.lua --- a/config/lf3.lua Wed Jul 23 21:19:19 2014 +0200 +++ b/config/lf3.lua Wed Jul 23 23:08:53 2014 +0200 @@ -210,7 +210,7 @@ -- ------------------------------------------------------------------------ config.tell_others = { initiative = function (initiative) - local text = "i" .. initiative.id .. ": " .. initiative.name .. " " .. request.get_absolute_baseurl() .. "initiative/" .. initiative.id .. ".html" + local text = "i" .. initiative.id .. ": " .. initiative.name .. " " .. request.get_absolute_baseurl() .. "initiative/show/" .. initiative.id .. ".html" return { { content = "Tweet this initiative", external = "https://twitter.com/intent/tweet?text=" .. encode.url_part(text) }, { content = "Send an eMail", external = "mailto:?subject=" .. encode.url_part(initiative.display_name) .. "&body=" .. encode.url_part(text) }