Make the successfully uploaded changeset number clickable (close #6644)

This commit is contained in:
Quincy Morgan
2019-08-08 15:03:28 -05:00
parent 39454c1b80
commit c28f0437e5
+3 -1
View File
@@ -122,7 +122,9 @@ export function uiSuccess(context) {
summaryDetail
.append('div')
.text(t('success.changeset_id', { changeset_id: _changeset.id }));
.html(t('success.changeset_id', {
changeset_id: '<a href="' + changesetURL + '" target="_blank">' + _changeset.id + '</a>'
}));
// Gather community polygon IDs intersecting the map..