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.

start.tmpl 505B

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