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