461 changed files with 5874 additions and 2204 deletions
@ -1,11 +1,11 @@ |
|||||||
|
<div class="govuk-button-group app-filter-toggle <%= "govuk-!-margin-bottom-6" if display_actions? %>"> |
||||||
<% if display_actions? %> |
<% if display_actions? %> |
||||||
<div class="govuk-button-group app-filter-toggle govuk-!-margin-bottom-6"> |
<%= govuk_button_to create_button_copy, create_button_href, class: "govuk-!-margin-right-3" %> |
||||||
<%= govuk_button_to create_button_copy, create_button_href, class: "govuk-!-margin-right-6" %> |
|
||||||
<% unless user.support? %> |
<% unless user.support? %> |
||||||
<%= govuk_button_link_to upload_button_copy, upload_button_href, secondary: true %> |
<%= govuk_button_link_to upload_button_copy, upload_button_href, secondary: true %> |
||||||
<% end %> |
<% end %> |
||||||
<% if user.support? %> |
<% if user.support? %> |
||||||
<%= govuk_button_link_to view_uploads_button_copy, view_uploads_button_href, secondary: true %> |
<%= govuk_button_link_to view_uploads_button_copy, view_uploads_button_href, secondary: true %> |
||||||
<% end %> |
<% end %> |
||||||
</div> |
|
||||||
<% end %> |
<% end %> |
||||||
|
</div> |
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue