diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html
index 68299d12f5f2b0df62d3eddfbdb4901112e6af77..184e5add3c35a828f69da96d2228d3fdc36933d7 100644
--- a/opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html
+++ b/opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html
@@ -20,9 +20,10 @@
 
         <div class="wrapper wrapper--button-container">
             {% include 'review/includes/review_button.html' with submission=object %}
-            {% if request.user.is_apply_staff %}
+            {% if request.user.is_apply_staff and object.reviews.exists %}
                 <a href="{% url 'apply:reviews:list' submission_pk=object.id %}" class="button button--white button--half-width">View all</a>
             {% endif %}
+        </div>
     </div>
 {% endblock %}