From 94236d7ee675e9ba2d3a6ff8d448e8e85e474e09 Mon Sep 17 00:00:00 2001 From: Arit Amana <32520970+msarit@users.noreply.github.com> Date: Wed, 20 Jan 2021 13:53:50 -0500 Subject: [PATCH] Update dev.to/mods for non-logged in users (#12301) * complete implementation * check if forem is DEV properly * Add tests * improve tests * improve tests again * REALLY improve tests (sheesh!) * Address code review comments * small changes * modify specs --- app/views/moderations/index.html.erb | 7 +-- spec/requests/moderations_spec.rb | 65 ++++++++++++++++++++++------ 2 files changed, 55 insertions(+), 17 deletions(-) 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 %>