aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_contrib_num.tmpl
blob: dc34c536279078e2e796e2cfc999529b696f82ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{- define "repo_contrib_num" -}}
<!DOCTYPE html>
<html lang="en">
	<head>
		{{ template "head_common" . }}
		<title>Merge requests &ndash; {{ .repo_name }} &ndash; {{ .group_name }} &ndash; {{ .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 -}}