You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
3.1 KiB
46 lines
3.1 KiB
<div class="govuk-button-group app-filter-toggle <%= "govuk-!-margin-bottom-6" if display_actions? %>"> |
|
<% if display_actions? %> |
|
<%= govuk_button_to create_button_copy, create_button_href, class: "govuk-!-margin-right-3" %> |
|
<% unless user.support? %> |
|
<%= 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 %> |
|
|
|
<% if FeatureToggle.create_test_logs_enabled? %> |
|
<div class="govuk-inset-text app-testing-tools__inset"> |
|
<span class="govuk-tag app-testing-tools__tag">Testing tools</span> |
|
<span class="govuk-body govuk-body-s">These options can only be seen and used in testing environments.</span> |
|
<div> |
|
<%= govuk_button_link_to create_test_log_href, class: "govuk-button" do %> |
|
New test log |
|
<svg class="govuk-button__start-icon" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewBox="0 0 33 40" aria-hidden="true" focusable="false"> |
|
<path fill="currentColor" d="M0 0h13l20 20-20 20H0l20-20z"></path> |
|
</svg> |
|
<% end %> |
|
<%= govuk_button_link_to create_setup_test_log_href, class: "govuk-button" do %> |
|
New test log (setup only) |
|
<svg class="govuk-button__start-icon" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewBox="0 0 33 40" aria-hidden="true" focusable="false"> |
|
<path fill="currentColor" d="M0 0h13l20 20-20 20H0l20-20z"></path> |
|
</svg> |
|
<% end %> |
|
<%= govuk_button_link_to create_test_bulk_upload_href(2024), class: "govuk-button govuk-button--secondary" do %> |
|
24/25 BU test file |
|
<svg class="govuk-button__start-icon bi bi-download" xmlns="http://www.w3.org/2000/svg" width="18" height="19" fill="currentColor" viewBox="0 0 16 16" stroke="currentColor" stroke-width="1.4"> |
|
<path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5" /> |
|
<path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z" /> |
|
</svg> |
|
<% end %> |
|
<%= govuk_button_link_to create_test_bulk_upload_href(2025), class: "govuk-button govuk-button--secondary" do %> |
|
25/26 BU test file |
|
<svg class="govuk-button__start-icon bi bi-download" xmlns="http://www.w3.org/2000/svg" width="18" height="19" fill="currentColor" viewBox="0 0 16 16" stroke="currentColor" stroke-width="1.4"> |
|
<path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5" /> |
|
<path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z" /> |
|
</svg> |
|
<% end %> |
|
</div> |
|
</div> |
|
<% end %> |
|
<% end %> |
|
</div>
|
|
|