mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 21:15:49 +01:00
Improved the list of forked repositories presentation.
This commit is contained in:
@@ -205,7 +205,7 @@ trait RepositoryService { self: AccountService =>
|
||||
Query(Repositories).filter { t =>
|
||||
(t.originUserName is userName.bind) && (t.originRepositoryName is repositoryName.bind)
|
||||
}
|
||||
.sortBy(_.lastActivityDate desc).map(_.userName).list
|
||||
.sortBy(_.userName asc).map(_.userName).list
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user