Browse Source

Make link shorter

pull/2868/head
Kat 6 months ago
parent
commit
13a6d1b494
  1. 2
      app/components/create_log_actions_component.html.erb

2
app/components/create_log_actions_component.html.erb

@ -11,7 +11,7 @@
<% if FeatureToggle.create_test_logs_enabled? %>
<%= govuk_link_to "Create test log", create_test_log_href %>
<%= govuk_link_to "Create test log (setup only)", create_setup_test_log_href %>
<%= govuk_link_to "Create test BU file (2024)", create_2024_test_bulk_upload_href %>
<%= govuk_link_to "Get test BU file (2024)", create_2024_test_bulk_upload_href %>
<% end %>
<% end %>
</div>

Loading…
Cancel
Save