From 7d19024e2435c0e02abc243fb6b0732a48009d08 Mon Sep 17 00:00:00 2001 From: Nuno Marques Date: Wed, 21 Jan 2026 00:09:54 +0000 Subject: [PATCH] fix: alignment for failed stated --- app/views/family_exports/index.html.erb | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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") %> +