From 97a6541ac8c9b2b469a007be57e6ad354cac21c7 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:19:09 +0100 Subject: [PATCH] Fix lint --- app/components/create_log_actions_component.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/create_log_actions_component.html.erb b/app/components/create_log_actions_component.html.erb index 869f746e5..8af78b169 100644 --- a/app/components/create_log_actions_component.html.erb +++ b/app/components/create_log_actions_component.html.erb @@ -2,8 +2,8 @@
<%= govuk_button_to create_button_copy, create_button_href, class: "govuk-!-margin-right-6" %> <% unless user.support? %> - <%= govuk_button_link_to upload_button_copy, upload_button_href, secondary: true %> - <% end %> + <%= govuk_button_link_to upload_button_copy, upload_button_href, secondary: true %> + <% end %> <% if user.support? %> <%= govuk_button_link_to view_uploads_button_copy, view_uploads_button_href, secondary: true %> <% end %>