From 20781a64930e2ab2187be35722fc077f241f59f3 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 1 Dec 2025 22:36:20 -0600 Subject: [PATCH] Layout --- app/views/account/exports/show.html.erb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/views/account/exports/show.html.erb b/app/views/account/exports/show.html.erb index 5dee8d81f..f01c13dc5 100644 --- a/app/views/account/exports/show.html.erb +++ b/app/views/account/exports/show.html.erb @@ -11,12 +11,10 @@ <% end %>
-
-

<%= @page_title %>

-
+

<%= @page_title %>

<% if @export.present? %> -

Your export is ready. The download should start automatically.

+

Your export is ready. The download should start automatically.

<%= link_to rails_blob_path(@export.file, disposition: "attachment"), id: "download-link", @@ -25,7 +23,7 @@ Download your data <% end %> <% else %> -

That download link has expired. You’ll need to <%= link_to "request a new export", account_settings_path, class: "txt-lnk" %>.

+

That download link has expired. You’ll need to <%= link_to "request a new export", account_settings_path, class: "txt-lnk" %>.

<% end %>