mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 23:16:06 +08:00
UX: Join dates in tooltips using line breaks.
This commit is contained in:
parent
b5b4e2602a
commit
def4fbaf01
@ -60,7 +60,7 @@
|
||||
html += "<span class='relative-time'></span>";
|
||||
html += "</span>";
|
||||
|
||||
var joinedPreviews = previews.join(" – ");
|
||||
var joinedPreviews = previews.join("\n");
|
||||
|
||||
$element
|
||||
.html(html)
|
||||
|
Loading…
x
Reference in New Issue
Block a user