diff --git a/app/views/moderation/_menu.html.erb b/app/views/moderation/_menu.html.erb index ab2674ebb..2b5f938bd 100644 --- a/app/views/moderation/_menu.html.erb +++ b/app/views/moderation/_menu.html.erb @@ -17,5 +17,12 @@ <%= t("moderation.menu.flagged_comments") %> <% end %> + +
  • > + <%= link_to moderation_users_path do %> + + <%= t("moderation.menu.users") %> + <% end %> +
  • diff --git a/config/locales/moderation.en.yml b/config/locales/moderation.en.yml index 4213ffd62..21db348a7 100644 --- a/config/locales/moderation.en.yml +++ b/config/locales/moderation.en.yml @@ -3,6 +3,7 @@ en: menu: flagged_debates: Debates flagged_comments: Comments + users: Ban users dashboard: index: title: Moderation diff --git a/config/locales/moderation.es.yml b/config/locales/moderation.es.yml index 8ee1613ef..2c397c4de 100644 --- a/config/locales/moderation.es.yml +++ b/config/locales/moderation.es.yml @@ -3,6 +3,7 @@ es: menu: flagged_debates: Debates flagged_comments: Comentarios + users: Bloquear usuarios dashboard: index: title: Moderación