add javascript translations, darken background and other confirm
This commit is contained in:
+3
-1
@@ -36,7 +36,9 @@ class List
|
||||
end
|
||||
|
||||
def self.of_user(user, options = {})
|
||||
database.view(association_list_has_and_belongs_to_many_users({startkey: [user.id], endkey: ["#{user.id}\u9999"], include_docs: true, reduce: false}.merge(options)))
|
||||
with_pagination_options(options) do |options|
|
||||
database.view(association_list_has_and_belongs_to_many_users({startkey: [user.id], endkey: ["#{user.id}\u9999"], include_docs: true, reduce: false}.merge(options)))
|
||||
end
|
||||
end
|
||||
|
||||
def close!
|
||||
|
||||
Reference in New Issue
Block a user