Unknwon 9 years ago
parent
commit
f0ee33267c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/wiki/start.tmpl

+ 1
- 1
templates/repo/wiki/start.tmpl View File

@@ -6,7 +6,7 @@
<span class="mega-octicon octicon-book"></span>
<h2>{{.i18n.Tr "repo.wiki.welcome"}}</h2>
<p>{{.i18n.Tr "repo.wiki.welcome_desc"}}</p>
{{if .IsSigned}}
{{if .IsRepositoryPusher}}
<a class="ui green button" href="{{.RepoLink}}/wiki/_new">{{.i18n.Tr "repo.wiki.create_first_page"}}</a>
{{end}}
</div>


Loading…
Cancel
Save