Little bit of eye candy

This commit is contained in:
Oliver Walters 2022-03-20 19:38:40 +11:00
parent 9cc2cc5683
commit ace61c6aab

View File

@ -253,7 +253,7 @@ function openNotificationPanel() {
{
success: function(response) {
if (response.length == 0) {
html = `<p class='text-muted'>{% trans "No unread notifications" %}</p>`;
html = `<p class='text-muted'><em>{% trans "No unread notifications" %}</em><span class='fas fa-check-circle icon-green float-right'></span></p>`;
} else {
// build up items
response.forEach(function(item, index) {