liquid_feedback_frontend

changeset 1084:6c9198d84e7c

merge
author jbe
date Wed Jul 23 23:09:53 2014 +0200 (2014-07-23)
parents 8fc0efee260f 6639b4188d7d
children 8be69c8d99a8
files
line diff
     1.1 --- a/config/lf3.lua	Wed Jul 23 22:46:55 2014 +0200
     1.2 +++ b/config/lf3.lua	Wed Jul 23 23:09: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) }

Impressum / About Us