views: fix deprecated calls to ViewComponent#with_variant.

This commit is contained in:
evazion
2022-04-13 00:00:25 -05:00
parent f69847fc59
commit 363cf2014b
20 changed files with 71 additions and 53 deletions

View File

@@ -6,6 +6,6 @@
<input type="checkbox" class="invisible">
<span><%= title %></span>
</h3>
<%= render_simple_tag_list(tags) %>
<%= render_related_tag_list(tags) %>
<% end %>
<% end %>