We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63120b2 commit 32af17cCopy full SHA for 32af17c
app/views/universes/content_list.html.erb
@@ -13,7 +13,7 @@
13
</span>
14
</div>
15
<div class="card-content">
16
- <%= render partial: 'content/list/list', locals: { content_list: @content_list } %>
+ <%= render partial: 'content/list/list', locals: { content_list: @content_list, content_type: @content_type } %>
17
18
<div class="card-action">
19
<%= link_to "Back to #{@universe.name}", @universe %>
0 commit comments