diff options
Diffstat (limited to 'templates/repo_log.html.tmpl')
-rw-r--r-- | templates/repo_log.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.html.tmpl index 898a84a..9ef489e 100644 --- a/templates/repo_log.html.tmpl +++ b/templates/repo_log.html.tmpl @@ -6,6 +6,9 @@ <title>Log of {{ .group_name }}/repos/{{ .repo_name }} – Lindenii Forge</title> </head> <body class="repo-log"> + <header> + {{ template "repo_header" . }} + </header> <table id="commits" class="wide"> <thead> <tr class="title-row"> |