11 lines
423 B
11 lines
423 B
2 years ago
|
<% if display_actions? %>
|
||
|
<div class="govuk-button-group app-filter-toggle govuk-!-margin-bottom-6">
|
||
|
<% if create_button_href.present? %>
|
||
|
<%= govuk_button_to create_button_copy, create_button_href, class: "govuk-!-margin-right-6" %>
|
||
|
<% end %>
|
||
|
<% if upload_button_href.present? %>
|
||
|
<%= govuk_button_link_to upload_button_copy, upload_button_href, secondary: true %>
|
||
|
<% end %>
|
||
|
</div>
|
||
|
<% end %>
|