diff --git a/app/views/moderations/index.html.erb b/app/views/moderations/index.html.erb index f81291c4a..1846fc23f 100644 --- a/app/views/moderations/index.html.erb +++ b/app/views/moderations/index.html.erb @@ -31,12 +31,13 @@ <% else %>
We periodically award some <%= community_name %> members with heightened privileges to help moderate the community.
-Email <%= email_link %> if you'd like to be considered right away.
+Check out our <%= link_to "Code of Conduct", code_of_conduct_path %> and read through our <%= link_to "Trusted User Guide", community_moderation_path %> and <%= link_to "Tag Moderation Guide", tag_moderation_path %>.
+If you'd like to assist us as a trusted user or tag mod, please email us at <%= mail_to email_link, email_link %> and let us know which role you're interested in and why. If it's tag moderation, please tell us what tags you'd like to moderate for.
<% unless user_signed_in? %> -P.S. You are not currently signed in.
+P.S. You are not currently signed in.
<% end %>