mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-05 11:32:23 +02:00
Link to wiki
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user