mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
eod from yesterday
This commit is contained in:
parent
d4fc46113f
commit
1e19cf4c50
@ -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 %>
|
||||
|
||||
@ -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 %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user