diff --git a/files/templates/notifications.html b/files/templates/notifications.html index e8581a7ef3..7cb08da0ce 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -4,77 +4,80 @@ {% block pagetype %}{% endblock %} -{% block PseudoSubmitForm %}{% endblock %} - -{% block navbar %} -
+{% block subHeader %} +
+
+
+
+

+ Inbox +

+ +
+
+ +
+
+
{% endblock %} {% block content %} -
-
- -
-
+
- -Clear all notifications - -
- - {% with comments=notifications %} + {% with comments=notifications %} {% include "comments.html" %} {% endwith %} {% if not notifications %} -
- - - - - - -
No unread messages
-
When someone comments or replies, it will show up here.
- View entire inbox +
+ +

No unread messages

+

+ When someone comments or replies, it will show up here. +

+ + View entire inbox +
- {% endif %}
-{% endblock %} - -{% block pagenav %} {% if notifications %} - +
{% endif %} + {% endblock %} {% block GIFpicker %}