Lowercase is fine
This commit is contained in:
@@ -23,7 +23,7 @@ module Filter::Resources
|
||||
|
||||
def collection_titles
|
||||
if collections.none?
|
||||
Collection.one? ? [ Collection.first.name ] : [ "All Boards" ]
|
||||
Collection.one? ? [ Collection.first.name ] : [ "all boards" ]
|
||||
else
|
||||
collections.map(&:name)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user