mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 19:31:41 +00:00
small UI change to header
This commit is contained in:
committed by
Bryan Housel
parent
6dbea57721
commit
cbcdfc075c
@@ -43,9 +43,9 @@ export function uiKeepRightHeader(context) {
|
||||
.append('div')
|
||||
.attr('class', 'kr_error-header-label')
|
||||
.text(function(d) {
|
||||
return t('keepRight.entities.' + d.object_type);
|
||||
return t('keepRight.entities.' + d.object_type + ' ');
|
||||
})
|
||||
.append('div')
|
||||
.append('span')
|
||||
// .attr('href', getEntityLink()) // TODO: add / remove link if entity is/isn't in the graph
|
||||
.text(function(d) { return d.object_id; });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user