Skip to content

Fix local timeago on user dashboard

username-removed-408881 requested to merge issue_17607 into master

What does this MR do?

Fixes incorrect date times on tooltips on the dashboard page

Are there points in the code the reviewer needs to double check?

Yes, The tooltip has to be recreated again because we needed a custom CSS classname in order to fix the date being splitted into two lines.

Why was this MR needed?

Because the datetimes were incorrect we have to have the same format for .timeago() instances.

What are the relevant issue numbers?

#17607 (closed)

Screenshots (if relevant)

Before

After

Merge request reports