diff --git a/kallithea/templates/admin/notifications/notifications.html b/kallithea/templates/admin/notifications/notifications.html --- a/kallithea/templates/admin/notifications/notifications.html +++ b/kallithea/templates/admin/notifications/notifications.html @@ -24,13 +24,13 @@
- ${_('All')} - ${_('Comments')} - ${_('Pull Requests')} + ${_('All')} + ${_('Comments')} + ${_('Pull Requests')}
%if c.notifications:
- ${_('Mark All Read')} + ${_('Mark All Read')}
%endif
diff --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html --- a/kallithea/templates/admin/notifications/notifications_data.html +++ b/kallithea/templates/admin/notifications/notifications_data.html @@ -17,11 +17,11 @@ unread = lambda n:{False:'unread'}.get(n
- +
%if not notification.read:
- +
%endif