Merge branch 'pre_trustie_server' into trustie_server
This commit is contained in:
commit
30135ccad7
|
@ -24,7 +24,7 @@ class Projects::ListQuery < ApplicationQuery
|
|||
end
|
||||
|
||||
def filter_projects(collection)
|
||||
collection = by_pinned(collection)
|
||||
# collection = by_pinned(collection)
|
||||
collection = by_search(collection)
|
||||
collection = by_project_type(collection)
|
||||
collection = by_project_category(collection)
|
||||
|
|
Loading…
Reference in New Issue