aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/secrets.tmpl
blob: 71c5c511579543ba4e92f3a10d933ecf7214e6e8 (plain)
1
2
3
4
5
6
7
8
9
10
{{template "base/head" .}}
<div class="page-content repository settings">
	{{template "repo/header" .}}
	{{template "repo/settings/navbar" .}}
	<div class="ui container">
		{{template "base/alert" .}}
		{{template "shared/secrets/add_list" .}}
	</div>
</div>
{{template "base/footer" .}}