diff --git a/files/templates/admin/removed_comments.html b/files/templates/admin/removed_comments.html index 96da00788..ca033bb3b 100644 --- a/files/templates/admin/removed_comments.html +++ b/files/templates/admin/removed_comments.html @@ -8,9 +8,7 @@ {% if not listing %}
-
-

There are no comments here (yet).

-
+ {{macros.ghost_box('There are no comments here (yet).', '', 1)}}
{% endif %} diff --git a/files/templates/admin/reported_comments.html b/files/templates/admin/reported_comments.html index 561173ae1..75d8d982d 100644 --- a/files/templates/admin/reported_comments.html +++ b/files/templates/admin/reported_comments.html @@ -8,9 +8,7 @@ {% if not listing %}
-
-

There are no comments here (yet).

-
+ {{macros.ghost_box('There are no comments here (yet).', '', 1)}}
{% endif %} diff --git a/files/templates/search_comments.html b/files/templates/search_comments.html index 14f8924d4..fbf5df3a1 100644 --- a/files/templates/search_comments.html +++ b/files/templates/search_comments.html @@ -13,6 +13,12 @@ {{macros.ghost_box(error, '', 1)}} + {% elif not comments %} +
+
+ {{macros.ghost_box('No comments found!', '', 1)}} +
+
{% endif %} {% endblock %} diff --git a/files/templates/userpage/voted_comments.html b/files/templates/userpage/voted_comments.html index e60c3d061..1e542d639 100644 --- a/files/templates/userpage/voted_comments.html +++ b/files/templates/userpage/voted_comments.html @@ -8,9 +8,7 @@ {% if not listing %}
-
-

There are no comments here (yet).

-
+ {{macros.ghost_box('There are no comments here (yet).', '', 1)}}
{% endif %}