Skip to content

Commit

Permalink
Remove unused partial
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Jun 7, 2024
1 parent 24f1a0f commit fdd3a8b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 79 deletions.
27 changes: 0 additions & 27 deletions app/views/content_items/_attachments.html.erb

This file was deleted.

6 changes: 0 additions & 6 deletions app/views/content_items/consultation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@
title: t("consultation.documents"),
attachments_for_components: @content_item.documents_attachments_for_components
%>
<% if false %>
<%= render "attachments",
title: t("consultation.documents"),
legacy_pre_rendered_documents: @content_item.documents,
attachments: @content_item.featured_attachments %>
<% end %>
</div>

<% if @content_item.ways_to_respond? %>
Expand Down
46 changes: 0 additions & 46 deletions test/views/content_items/attachments.html.erb_test.rb

This file was deleted.

0 comments on commit fdd3a8b

Please sign in to comment.