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