Skip to content

Commit 4d7c7bf

Browse files
committed
dashbord paf for review
1 parent 46df81f commit 4d7c7bf

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

hypha/apply/dashboard/templates/dashboard/staff_dashboard.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,12 @@ <h3 class="mb-2 text-xl">
9595

9696
{% if PROJECTS_ENABLED and paf_for_review.count %}
9797
<div id="paf_for_review" class="wrapper wrapper--bottom-space">
98-
<h3 class="mb-2 text-xl">{% trans "Project forms for review" %}</h3>
99-
{% render_table paf_for_review.table %}
98+
<h2 class="mb-2 card-title">{% trans "Project forms for review" %}</h2>
99+
<div class="card card-border shadow-xs">
100+
<div class="p-0 card-body">
101+
{% render_table paf_for_review.table %}
102+
</div>
103+
</div>
100104
</div>
101105
{% endif %}
102106

0 commit comments

Comments
 (0)