# HG changeset patch # User jbe # Date 1406149793 -7200 # Node ID 6c9198d84e7c063cf37afcd6269cb07e46fed5f6 # Parent 8fc0efee260ff73aa6347db250eb7eaf616f8e64# Parent 6639b4188d7de6673470e1a275374290cf794598 merge diff -r 8fc0efee260f -r 6c9198d84e7c config/lf3.lua --- a/config/lf3.lua Wed Jul 23 22:46:55 2014 +0200 +++ b/config/lf3.lua Wed Jul 23 23:09: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) }