liquid_feedback_frontend
diff app/main/initiative/show_static.lua @ 31:a6caaff47205
Report view for all closed issues added
| author | bsw | 
|---|---|
| date | Tue Feb 23 21:09:10 2010 +0100 (2010-02-23) | 
| parents | e04122245a44 | 
| children | cfc2b9aeca91 | 
   line diff
1.1 --- a/app/main/initiative/show_static.lua Sun Feb 21 17:34:37 2010 +0100 1.2 +++ b/app/main/initiative/show_static.lua Tue Feb 23 21:09:10 2010 +0100 1.3 @@ -38,7 +38,7 @@ 1.4 end 1.5 end) 1.6 1.7 -slot.put_into("sub_title", encode.html(_"Initiative: '#{name}'":gsub("#{name}", initiative.shortened_name) )) 1.8 +slot.put_into("sub_title", encode.html(_"Initiative: '#{name}'":gsub("#{name}", initiative.name) )) 1.9 1.10 execute.view{ 1.11 module = "initiative", 1.12 @@ -47,4 +47,4 @@ 1.13 initiative = initiative, 1.14 expanded = true 1.15 } 1.16 -} 1.17 \ No newline at end of file 1.18 +}