mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
UX: changes CSS class added to local dates
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
.html(html)
|
||||
.attr("title", joinedPreviews)
|
||||
.attr("data-tooltip", joinedPreviews)
|
||||
.addClass("cooked")
|
||||
.addClass("cooked-date")
|
||||
.find(".relative-time")
|
||||
.text(displayedTime);
|
||||
|
||||
|
Reference in New Issue
Block a user