2015-11-26 02:10:25 +01:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 23:56:10 +01:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository wiki start">
|
2015-11-26 02:10:25 +01:00
|
|
|
{{template "repo/header" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
<div class="ui container">
|
2023-06-23 21:51:43 +02:00
|
|
|
<div class="ui center segment gt-py-5">
|
|
|
|
{{svg "octicon-book" 48}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<h2>{{ctx.Locale.Tr "repo.wiki.welcome"}}</h2>
|
|
|
|
<p>{{ctx.Locale.Tr "repo.wiki.welcome_desc"}}</p>
|
2018-11-28 12:26:14 +01:00
|
|
|
{{if and .CanWriteWiki (not .Repository.IsMirror)}}
|
2023-09-25 10:56:50 +02:00
|
|
|
<a class="ui primary button" href="{{.RepoLink}}/wiki?action=_new">{{ctx.Locale.Tr "repo.wiki.create_first_page"}}</a>
|
2015-12-07 23:30:52 +01:00
|
|
|
{{end}}
|
|
|
|
</div>
|
2015-11-26 02:10:25 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "base/footer" .}}
|