]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changesets/index.atom.builder
Drop user tokens table
[rails.git] / app / views / changesets / index.atom.builder
index a1af72b911d4917ab4862feb504c099d5106e62d..521dffe5f1aa5e3b0217014bf8503d284118fc3f 100644 (file)
@@ -25,9 +25,9 @@ atom_feed(:language => I18n.locale, :schema_date => 2009,
                  :type => "application/osmChange+xml"
 
       if !changeset.tags.empty? && changeset.tags.key?("comment")
-        entry.title t("browse.changeset.feed.title_comment", :id => changeset.id, :comment => changeset.tags["comment"]), :type => "html"
+        entry.title t(".feed.title_comment", :id => changeset.id, :comment => changeset.tags["comment"])
       else
-        entry.title t("browse.changeset.feed.title", :id => changeset.id)
+        entry.title t(".feed.title", :id => changeset.id)
       end
 
       if changeset.user.data_public?