summaryrefslogtreecommitdiffstats
path: root/templates/repo/wiki/start.tmpl
blob: e9b7ecb6c959c5be0381f19726ea4141c0f7c282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{template "base/head" .}}
<div class="page-content repository wiki start">
	{{template "repo/header" .}}
	<div class="ui container">
		<div class="ui center segment">
			{{svg "octicon-book" 32}}
			<h2>{{.i18n.Tr "repo.wiki.welcome"}}</h2>
			<p>{{.i18n.Tr "repo.wiki.welcome_desc"}}</p>
			{{if and .CanWriteWiki (not .Repository.IsMirror)}}
				<a class="ui green button" href="{{.RepoLink}}/wiki/_new">{{.i18n.Tr "repo.wiki.create_first_page"}}</a>
			{{end}}
		</div>
	</div>
</div>
{{template "base/footer" .}}