diff options
Diffstat (limited to 'templates/repo_commit.html.tmpl')
-rw-r--r-- | templates/repo_commit.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_commit.html.tmpl b/templates/repo_commit.html.tmpl index 13832a8..a09f7f2 100644 --- a/templates/repo_commit.html.tmpl +++ b/templates/repo_commit.html.tmpl @@ -6,6 +6,9 @@ <title>{{ .group_name }}/repos/{{ .repo_name }} – Lindenii Forge</title> </head> <body class="repo-commit"> + <header> + {{ template "repo_header" . }} + </header> <div class="padding-wrapper scroll"> <table id="commit-info-table"> <thead> |