Fix #4924: Moderator dashboard shouldn't show a "Promote" link that's unusable by non-moderators

Remove these links entirely.
This commit is contained in:
evazion
2021-11-19 17:37:55 -06:00
parent 5d55b722a8
commit 330a412714
7 changed files with 6 additions and 25 deletions

View File

@@ -21,7 +21,7 @@
<% end %>
</div>
</td>
<td><%= mod_link_to_user(activity.comment.creator, :negative) %></td>
<td><%= link_to_user(activity.comment.creator) %></td>
<td><%= activity.count %></td>
<td><%= activity.comment.score %></td>
</tr>