mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
don't show page tags in dense card view right now
This commit is contained in:
parent
3fa423513a
commit
be2df034b3
@ -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 %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user