Remove tag class to prevent Bulma breaking Drupal's hidden class

This commit is contained in:
benjamin melançon 2018-12-10 12:45:54 -05:00
parent 7a125fd464
commit 06b46fc06d

View file

@ -88,7 +88,7 @@
server which comments are new for the user. Rendering the final "new" server which comments are new for the user. Rendering the final "new"
indicator here would break the render cache. indicator here would break the render cache.
#} #}
<mark class="hidden tag is-primary" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark> <mark class="hidden is-primary" data-comment-timestamp="{{ new_indicator_timestamp }}"></mark>
<p><small>{{ permalink }}</small></p> <p><small>{{ permalink }}</small></p>
</div> </div>
<div class="media-content"> <div class="media-content">