Skip to content

Commit 32af17c

Browse files
committed
fix 500 on universe content lists
1 parent 63120b2 commit 32af17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/views/universes/content_list.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</span>
1414
</div>
1515
<div class="card-content">
16-
<%= render partial: 'content/list/list', locals: { content_list: @content_list } %>
16+
<%= render partial: 'content/list/list', locals: { content_list: @content_list, content_type: @content_type } %>
1717
</div>
1818
<div class="card-action">
1919
<%= link_to "Back to #{@universe.name}", @universe %>

0 commit comments

Comments
 (0)