]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/map_bugs/read.rss.builder
Reuse the map_bug_comment table as a more general history table of map_bugs including...
[rails.git] / app / views / map_bugs / read.rss.builder
index f8503b1b01fbfefd4269e122758a95a233e70040..501ed6bf8ef549e7e2f82317c3bb37d8dada18bc 100644 (file)
@@ -5,7 +5,7 @@ xml.rss("version" => "2.0",
         "xmlns:georss" => "http://www.georss.org/georss") do
   xml.channel do
     xml.title "OpenStreetBugs"
-    xml.description t('bugs.rss.description')
+    xml.description t('bugs.rss.description_item',:id => @bug.id)
     xml.link url_for(:controller => "site", :action => "index", :only_path => false)
 
     xml.item do