Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit 0c03095

Browse files
author
alexandresalome
committed
change a template name
1 parent f8b32c8 commit 0c03095

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Gitonomy/Browser/Controller/MainController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function listAction()
2525

2626
public function showRepositoryAction()
2727
{
28-
return $this->twig->render('log.html.twig');
28+
return $this->twig->render('repository.html.twig');
2929
}
3030

3131
public function logAjaxAction(Request $request, $repository)
File renamed without changes.

0 commit comments

Comments
 (0)