diff --git a/views/dashboard.hbs b/views/dashboard.hbs
index 9ff1d12..d106fe3 100644
--- a/views/dashboard.hbs
+++ b/views/dashboard.hbs
@@ -11,15 +11,7 @@
Recent Tests
-
- {{#each recentTests}}
- {{> dashboardTest
- id=id
- name=template.name
- date=date
- }}
- {{/each}}
-
+ {{> testTable tests=recentTests}}
@@ -27,26 +19,8 @@
Upcoming Tests
-
- {{#each upcomingTests}}
- {{> dashboardTest
- id=id
- name=template.name
- date=date
- }}
- {{/each}}
-
+ {{> testTable tests=upcomingTests}}
-
-