This commit is contained in:
rolux 2014-12-16 19:40:42 +00:00
parent 5aaf951c6b
commit c5a02fc61d

View file

@ -440,8 +440,8 @@ Ox.AnnotationFolder = function(options, self) {
});
if (self.options.type == 'entity') {
annotations = annotations.map(function(annotation) {
annotation.value = annotation.value
+ ' <a href="' + annotation.entity.id + '">\u24D8</a>';
annotation.value = annotation.value + ' <a href="/entities/'
+ annotation.entity.id + '">\u24D8</a>';
return annotation;
});
}