diff --git a/app/views/family_exports/index.html.erb b/app/views/family_exports/index.html.erb index 53a0a0edb..b023d9727 100644 --- a/app/views/family_exports/index.html.erb +++ b/app/views/family_exports/index.html.erb @@ -13,20 +13,20 @@ <% if @exports.any? %> - - - - - - + + + + + + <% @exports.ordered.each do |export| %> @@ -81,7 +81,7 @@ <% end %> <% elsif export.failed? %> -
+
<%= icon "alert-circle", class: "w-4 h-4" %>
- <%= t("family_exports.table.header.date") %> - - <%= t("family_exports.table.header.filename") %> - - <%= t("family_exports.table.header.status") %> - - <%= t("family_exports.table.header.actions") %> -
+ <%= t("family_exports.table.header.date") %> + + <%= t("family_exports.table.header.filename") %> + + <%= t("family_exports.table.header.status") %> + + <%= t("family_exports.table.header.actions") %> +