don't show page tags in dense card view right now

This commit is contained in:
Andrew Brown 2021-06-26 16:31:12 -07:00
parent 3fa423513a
commit be2df034b3

View File

@ -22,7 +22,7 @@
<%= ContentFormatterService.show(text: content.name.presence || 'Untitled', viewing_user: current_user) %>
</div>
<% if content.respond_to?(:page_tags) %>
<% if content.respond_to?(:page_tags) && false %>
<p class="tags-container">
<% content.page_tags.each do |tag| %>
<% if user_signed_in? && content.user == current_user %>