Replaces the vomit emoji with the inspector emoji across Admin (#16363)
This commit is contained in:
parent
13540aad86
commit
534f20bdfc
5 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
class="text-none color-base-60 flex justify-between"
|
||||
rel="noopener noreferer"
|
||||
target="_blank">
|
||||
<span>🤢 <%= reaction.category.capitalize %></span>
|
||||
<span>🧐 <%= reaction.category.capitalize %></span>
|
||||
<span><strong><%= reaction.reactable_type %></strong><%= reaction.reactable_type == "User" ? "" : ": #{reaction.reactable.title}" %></span>
|
||||
<span><local-time datetime="<%= reaction.created_at.iso8601 %>"><%= reaction.created_at.strftime("%b %d, %Y") %></local-time></span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
data-reaction-id-value="<%= reaction.id %>"
|
||||
data-reaction-url-value="<%= admin_reaction_path(reaction.id) %>">
|
||||
<span>
|
||||
🤢 <a href="<%= reaction.user.path %>" target="_blank" rel="noopener">@<%= reaction.user.username %></a>
|
||||
🧐 <a href="<%= reaction.user.path %>" target="_blank" rel="noopener">@<%= reaction.user.username %></a>
|
||||
<% if reaction.user_id == Settings::General.mascot_user_id %>
|
||||
<strong>(auto-generated)</strong>
|
||||
<% end %>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<% unless @related_vomit_reactions.empty? %>
|
||||
<% @related_vomit_reactions.each do |reaction| %>
|
||||
<a href="<%= reaction.reactable.path %>" class="list-group-item list-group-item-action px-5 d-flex justify-content-between">
|
||||
<span>🤢 <%= reaction.category.capitalize %></span>
|
||||
<span>🧐 <%= reaction.category.capitalize %></span>
|
||||
<span><strong><%= reaction.reactable_type %></strong><%= reaction.reactable_type == "User" ? "" : ": #{reaction.reactable.title}" %></span>
|
||||
<em><%= reaction.created_at&.strftime("%b %e '%y") %></em>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
Here's an overview of your new abilities:
|
||||
<ul>
|
||||
<li>Use reactions (👎, 👍) to moderate content</li>
|
||||
<li>Quickly flag rule-breaking behavior with 🤢 to <%= community_name %> staff</li>
|
||||
<li>Quickly flag rule-breaking behavior with 🧐 to <%= community_name %> staff</li>
|
||||
<li>Rate the experience level of a post</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ This update allows you to make use of a few extra features—all of which furthe
|
|||
Here's an overview of your new abilities:
|
||||
|
||||
- Use reactions (👎, 👍) to moderate content
|
||||
- Quickly flag rule-breaking behavior with 🤢 to <%= community_name %> staff
|
||||
- Quickly flag rule-breaking behavior with 🧐 to <%= community_name %> staff
|
||||
- Rate the experience level of a post
|
||||
|
||||
For details on all available features and how to access them, visit our <%= community_name %> Trusted User Guide: <%= app_url("/community-moderation") %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue