eod from yesterday

This commit is contained in:
drusepth 2022-12-06 12:38:40 -08:00
parent d4fc46113f
commit 1e19cf4c50
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<%# TODO add moderator badge to avatar instead of next to name %>
<% if false && post.user.forum_moderator? %>
<i class="material-icons tooltipped float-left text-notebook-blue" data-tooltip="Forum Moderator" style="position: relative; top: 2px">
<i class="material-icons float-left text-notebook-blue">
health_and_safety
</i>
<% end %>

View File

@ -6,6 +6,7 @@
</div>
<% if topic.followers.present? %>
<!--
<ul class="divide-y">
<% topic.followers.each do |user| %>
<li class="text-xs py-1">
@ -13,6 +14,7 @@
</li>
<% end %>
</ul>
-->
<% else %>
<%= t('thredded.topics.followed_by_noone')%>
<% end %>