diff --git a/templates/_components/index.html b/templates/_components/index.html index 0788f286e..50c96c2fa 100644 --- a/templates/_components/index.html +++ b/templates/_components/index.html @@ -835,7 +835,7 @@

Tables

{% #card class="w-full" no_container=True %} -
+
{% #table id="customTable" %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/_partials/latest-job-requests-table.html b/templates/_partials/latest-job-requests-table.html index cf8bbf6e2..47d351e0d 100644 --- a/templates/_partials/latest-job-requests-table.html +++ b/templates/_partials/latest-job-requests-table.html @@ -3,7 +3,7 @@ {% url "job-list" as job_list_url %}
{% #card class="mx-4" no_container=True title="Latest job requests" subtitle="Most recent job requests on the OpenSAFELY platform" button=True button_text="View all job requests" button_href=job_list_url %} -
+
diff --git a/templates/job_request/list.html b/templates/job_request/list.html index 333aa14e1..7591492a9 100644 --- a/templates/job_request/list.html +++ b/templates/job_request/list.html @@ -46,7 +46,7 @@ {% block full_width_content %}
{% #card no_container=True %} -
+
{% #table %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/org/event_log.html b/templates/org/event_log.html index 3f7441b9d..3f7e0c75c 100644 --- a/templates/org/event_log.html +++ b/templates/org/event_log.html @@ -23,7 +23,7 @@ {% block full_width_content %}
{% #card no_container=True %} -
+
{% #table %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/project/event_log.html b/templates/project/event_log.html index 340209f31..35e6f2c78 100644 --- a/templates/project/event_log.html +++ b/templates/project/event_log.html @@ -21,7 +21,7 @@ {% block full_width_content %}
{% #card no_container=True %} -
+
{% #table %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/staff/dashboards/copiloting.html b/templates/staff/dashboards/copiloting.html index b71124365..925765510 100644 --- a/templates/staff/dashboards/copiloting.html +++ b/templates/staff/dashboards/copiloting.html @@ -19,7 +19,7 @@ {% block full_width_content %}
{% #card no_container=True %} -
+
{% #table id="customTable" %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/staff/dashboards/projects.html b/templates/staff/dashboards/projects.html index f2b002f52..acc4eabe8 100644 --- a/templates/staff/dashboards/projects.html +++ b/templates/staff/dashboards/projects.html @@ -19,7 +19,7 @@ {% block full_width_content %}
{% #card no_container=True %} -
+
{% #table id="customTable" %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/staff/dashboards/repos.html b/templates/staff/dashboards/repos.html index 103d8107d..55f9abd48 100644 --- a/templates/staff/dashboards/repos.html +++ b/templates/staff/dashboards/repos.html @@ -19,7 +19,7 @@ {% block full_width_content %}
{% #card no_container=True %} -
+
{% #table id="customTable" %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/staff/dashboards/repos_with_multiple_projects.html b/templates/staff/dashboards/repos_with_multiple_projects.html index 22b9a6f94..285b30c85 100644 --- a/templates/staff/dashboards/repos_with_multiple_projects.html +++ b/templates/staff/dashboards/repos_with_multiple_projects.html @@ -22,7 +22,7 @@ {% block full_width_content %}
{% #card no_container=True %} -
+
{% #table id="customTable" %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/user/event_log.html b/templates/user/event_log.html index eebe5e9e3..c9ca0eca8 100644 --- a/templates/user/event_log.html +++ b/templates/user/event_log.html @@ -32,7 +32,7 @@
{% if page_obj %} {% #card no_container=True %} -
+
{% #table %} {% #table_head class="bg-slate-200" %} {% #table_row %} diff --git a/templates/workspace/event_log.html b/templates/workspace/event_log.html index 674d90193..c11962b52 100644 --- a/templates/workspace/event_log.html +++ b/templates/workspace/event_log.html @@ -77,7 +77,7 @@ {% block full_width_content %} {% if page_obj %} {% #card no_container=True class="mx-4 lg:mx-6 xl:mx-8" %} -
+
{% #table %} {% #table_head class="bg-slate-200" %} {% #table_row %}