Skip to content

Commit 89f211c

Browse files
committed
correct resource component name in app/views/shared/content_aggregator/_viewer_panel.html.erb
1 parent c1a48c2 commit 89f211c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/content_aggregator/_viewer_panel.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p id="child-viewer-subtitle">&nbsp;</p>
44

55
<% if (structured_children.length == 0) && archive_org_id_for_document(document) %>
6-
<%= render Dcv::ContentAggregator::ArchiveOrgResourceComponent.new(document: document, local_downloads: false) %>
6+
<%= render Dcv::ContentAggregator::ArchiveOrgComponent.new(document: document, local_downloads: false) %>
77
<% elsif !has_viewable_children? %>
88
<%= render Dcv::ContentAggregator::EmptyComponent.new(document: document, local_downloads: false, structured_children: structured_children, parent_title: parent_title) %>
99
<% else %>

0 commit comments

Comments
 (0)