mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: list category moderators on the about page (#7916)
https://meta.discourse.org/t/category-group-review-moderation/116478?u=osama
This commit is contained in:
@@ -11,7 +11,7 @@ class AboutController < ApplicationController
|
||||
def index
|
||||
return redirect_to path('/login') if SiteSetting.login_required? && current_user.nil?
|
||||
|
||||
@about = About.new
|
||||
@about = About.new(current_user)
|
||||
@title = "#{I18n.t("js.about.simple_title")} - #{SiteSetting.title}"
|
||||
respond_to do |format|
|
||||
format.html do
|
||||
|
||||
Reference in New Issue
Block a user