Replaces the vomit emoji with the inspector emoji across Admin (#16363)

This commit is contained in:
Julianna Tetreault 2022-01-31 09:53:10 -07:00 committed by GitHub
parent 13540aad86
commit 534f20bdfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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 %>

View file

@ -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>

View file

@ -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>

View file

@ -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") %>