From c36866b54674e4643b00711f2df1cad810ef53aa Mon Sep 17 00:00:00 2001 From: Utkarsh Shukla Date: Mon, 16 Sep 2024 13:14:12 -0400 Subject: [PATCH] disable turbolinks on download roster link (#2760) Co-authored-by: Sri Harsha --- .../plan_design_census_employees/_upload_employees.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sponsored_benefits/app/views/sponsored_benefits/census_members/plan_design_census_employees/_upload_employees.html.erb b/components/sponsored_benefits/app/views/sponsored_benefits/census_members/plan_design_census_employees/_upload_employees.html.erb index 52b99020919..0684f14332b 100644 --- a/components/sponsored_benefits/app/views/sponsored_benefits/census_members/plan_design_census_employees/_upload_employees.html.erb +++ b/components/sponsored_benefits/app/views/sponsored_benefits/census_members/plan_design_census_employees/_upload_employees.html.erb @@ -2,7 +2,7 @@

Upload Employee Roster

If you completed your employee roster offline using our Microsoft Excel template, find the file on your computer and upload it here.

- <%= link_to(main_app.document_employees_template_download_path + "?contenttype=application/vnd.ms-excel&filename=Health Connector - Employee Census Template.xlsx", class: "download") do %> + <%= link_to(main_app.document_employees_template_download_path + "?contenttype=application/vnd.ms-excel&filename=Health Connector - Employee Census Template.xlsx", class: "download", data: { turbolinks: false }) do %>

Need the template? Download it now. <% end %> @@ -16,4 +16,4 @@ <%= label_tag :file, 'Select File To Upload', class: 'select btn btn-primary ' %> <%= f.submit 'Upload', class: 'btn btn-primary ' %> <% end %> - \ No newline at end of file +