openstreetmap-website/app
Ævar Arnfjörð Bjarmason e2abf1254b * Turn the hardcoded #<%= changeset.id %> into t('msg', :id =>
changeset.id). Some languages may have a different numeric
   indicator than the ASCII pound symbol

 * Instead of including a column on :user/edits with a "more" link
   make the changeset ID link to the changeset page.
2009-07-29 11:05:17 +00:00
..
controllers Fixed dumb-arse bug with wrong variable name. Added tag cleanup and checking on nodes which are part of ways (i.e: not 'POIs' in potlatch terminology). 2009-07-28 16:09:13 +00:00
helpers Fix links to changeset feeds. 2009-07-04 12:12:05 +00:00
models Ignore deleted traces when returning a user's traces. Fixes #2093. 2009-07-23 17:45:28 +00:00
views * Turn the hardcoded #<%= changeset.id %> into t('msg', :id => 2009-07-29 11:05:17 +00:00