You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {{template "base/head" .}}
- <div class="repository wiki start">
- {{template "repo/header" .}}
- <div class="ui container">
- <h2 class="ui header">
- <div class="ui breadcrumb">
- <a class="section" href="{{.RepoLink}}{{if (ne .BranchName .Repository.DefaultBranch)}}/src/{{.BranchNameSubURL | EscapePound}}{{end}}">{{.i18n.Tr "repo.code"}}</a>
- <div class="divider"> / </div>
- <div class="active section" href="{{.RepoLink}}/wiki">{{.i18n.Tr "repo.wiki"}}</div>
- </div>
- </h2>
- <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" .}}
|