UX: remove whitespace in assign tag
This commit is contained in:
parent
460223d7e6
commit
3d5b04fe97
|
|
@ -650,9 +650,8 @@ function initialize(api) {
|
||||||
? `href="${getURL(assignedPath)}" data-auto-route="true"`
|
? `href="${getURL(assignedPath)}" data-auto-route="true"`
|
||||||
: "";
|
: "";
|
||||||
return `<${tagName} class="assigned-to discourse-tag simple" ${href}>
|
return `<${tagName} class="assigned-to discourse-tag simple" ${href}>
|
||||||
${icon}
|
${icon}<span title="${escapeExpression(note)}">${name}</span>
|
||||||
<span title="${escapeExpression(note)}">${name}</span>
|
</${tagName}>`;
|
||||||
</${tagName}>`;
|
|
||||||
})
|
})
|
||||||
.join("");
|
.join("");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue