mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
:s/moderator?/staff/g ... our naming was kind of crazy, renamed moderator? to staff
This commit is contained in:
@@ -38,6 +38,10 @@ module ApplicationHelper
|
||||
current_user.try(:moderator?)
|
||||
end
|
||||
|
||||
def staff?
|
||||
current_user.try(:staff?)
|
||||
end
|
||||
|
||||
# Creates open graph and twitter card meta data
|
||||
def crawlable_meta_data(opts=nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user