Link to wiki

This commit is contained in:
Tom MacWright
2012-12-17 13:36:34 -05:00
parent 5104c2a0aa
commit 79a1887d6b

View File

@@ -119,6 +119,10 @@ iD.Inspector = function() {
.attr('class', function(d) {
return 'icon add-' + d;
});
mod.select('.content')
.append('a')
.attr('href', 'http://wiki.openstreetmap.org/wiki/' + en.title)
.text('→ ' + en.title + ' on wiki.osm.org');
mod.select('.content')
.append('p')
.text(en.description);