tweaks to new can_upload_free flag #2469
This commit is contained in:
@@ -32,6 +32,10 @@ class UserPresenter
|
||||
permissions << "approve posts"
|
||||
end
|
||||
|
||||
if user.can_upload_free?
|
||||
permissions << "unrestricted uploads"
|
||||
end
|
||||
|
||||
permissions.join(", ")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user