Whitespace beetween related collection and related metadata on taxonomy list.

This commit is contained in:
mateuswetah 2020-05-27 11:05:28 -03:00
parent 431f8da422
commit 91513a75ee
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@
let htmlList = '';
for (let i = 0; i < collections.length; i++) {
htmlList += `<a target="_blank" href=${ this.adminUrl + 'admin.php?page=tainacan_admin#' + this.$routerHelper.getCollectionPath(collections[i].id)}>${collections[i].name}(${metadata[collections[i].id].name})</a>`;
htmlList += `<a target="_blank" href=${ this.adminUrl + 'admin.php?page=tainacan_admin#' + this.$routerHelper.getCollectionPath(collections[i].id)}>${collections[i].name} (${metadata[collections[i].id].name})</a>`;
if (collections.length > 2 && i < collections.length - 1) {
if (i < collections.length - 2)
htmlList += ', '