]> git.openstreetmap.org Git - rails.git/commit
Don't linkify comments in the changeset list
authorTom Hughes <tom@compton.nu>
Sun, 8 Dec 2013 13:11:48 +0000 (13:11 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 8 Dec 2013 13:11:48 +0000 (13:11 +0000)
commit5c53bb78ab8a7292b489d7f8d1f38ba17a0287e6
tree137709434ac3b989b4521cec6513bc0c0cc60604
parent5d6a47929c0ee3a3580ccf155cd25f57674035d0
Don't linkify comments in the changeset list

It's confusing to make links in comments active in the changeset list
as the rest of the comment is an active link to the changeset.

We do want to make them active in the changeset view however, so add
linkification to the comment there.

Fixes https://trac.openstreetmap.org/ticket/5061
app/views/browse/changeset.html.erb
app/views/changeset/_changeset.html.erb