* Continued work on improving post view templates
* Added statistics-based estimator for related tag calculator * Fleshed out IpBan class based on changes to Danbooru 1.xx
This commit is contained in:
@@ -104,6 +104,10 @@ class AnonymousUser
|
||||
"Eastern Time (US & Canada)"
|
||||
end
|
||||
|
||||
def default_image_size
|
||||
"medium"
|
||||
end
|
||||
|
||||
%w(member banned privileged contributor janitor moderator admin).each do |name|
|
||||
define_method("is_#{name}?") do
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user