mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-07-08 12:43:22 +02:00
add a ksort, so that repository index is ordered
This commit is contained in:
committed by
Chris Francy
parent
ce5806c849
commit
f4ade09be3
@@ -21,6 +21,8 @@ class Repository
|
||||
{
|
||||
$repositories = $this->index->getRepositories();
|
||||
|
||||
ksort($repositories);
|
||||
|
||||
return new Response($this->templating->render('Repository/list.html.twig', [
|
||||
'repositories' => $repositories,
|
||||
]));
|
||||
|
||||
Reference in New Issue
Block a user