Skip to content

Commit

Permalink
Improve "only shown to mods" label
Browse files Browse the repository at this point in the history
  • Loading branch information
luap42 committed Feb 17, 2022
1 parent 517a6d5 commit 12fa269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/comments/_comment.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<% if comment.comment_thread.is_private %>
<% if comment.user == current_user || current_user.is_moderator || !comment.user.is_moderator %>
<%= user_link comment.user %>
<% if comment.user.is_moderator %>(visible only to you)<% end %>
<% if comment.user.is_moderator %>(only moderators can see name)<% end %>
<% else %>
<strong>moderator team</strong>
<% end %>
Expand Down

0 comments on commit 12fa269

Please sign in to comment.