You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
505 B
15 lines
505 B
{{template "base/head" .}}
|
|
<div class="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" .}}
|
|
|