diff options
Diffstat (limited to 'templates/repo_contrib_num.tmpl')
-rw-r--r-- | templates/repo_contrib_num.tmpl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/repo_contrib_num.tmpl b/templates/repo_contrib_num.tmpl deleted file mode 100644 index dc34c53..0000000 --- a/templates/repo_contrib_num.tmpl +++ /dev/null @@ -1,18 +0,0 @@ -{{- define "repo_contrib_num" -}} -<!DOCTYPE html> -<html lang="en"> - <head> - {{ template "head_common" . }} - <title>Merge requests – {{ .repo_name }} – {{ .group_name }} – {{ .global.forge_title }}</title> - </head> - <body class="repo-contrib-num"> - {{ template "header" . }} - <div class="padding-wrapper"> - Test - </div> - <footer> - {{ template "footer" . }} - </footer> - </body> -</html> -{{- end -}} |