liquid_feedback_frontend

changeset 268:1f7b38584c0d

Show initative number in initiative head
author bsw
date Tue Feb 07 19:26:24 2012 +0100 (2012-02-07)
parents bed32bf10a0b
children 55c2806c7113
files app/main/initiative/show_static.lua
line diff
     1.1 --- a/app/main/initiative/show_static.lua	Tue Feb 07 19:25:55 2012 +0100
     1.2 +++ b/app/main/initiative/show_static.lua	Tue Feb 07 19:26:24 2012 +0100
     1.3 @@ -45,7 +45,7 @@
     1.4    end)
     1.5  end
     1.6  
     1.7 -slot.put_into("sub_title", encode.html(_("Initiative: '#{name}'", { name = initiative.name }) ))
     1.8 +slot.put_into("sub_title", encode.html(_("i#{id} #{name}", { id = initiative.id, name = initiative.name }) ))
     1.9  
    1.10  execute.view{
    1.11    module = "initiative",

Impressum / About Us