diff --git a/hypha/apply/dashboard/templates/dashboard/reviewer_dashboard.html b/hypha/apply/dashboard/templates/dashboard/reviewer_dashboard.html index b55a96a585..b11c623e90 100644 --- a/hypha/apply/dashboard/templates/dashboard/reviewer_dashboard.html +++ b/hypha/apply/dashboard/templates/dashboard/reviewer_dashboard.html @@ -42,9 +42,11 @@

Your previous reviews

{% include "submissions/partials/submissions-inline.html" with submissions=my_reviewed.table.data row_layout="table" %} -
- {% trans "Show all" %} -
+ {% if my_reviewed.display_more %} +
+ {% trans "Show all" %} +
+ {% endif %} {% endif %}