We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f979569 commit 7a74957Copy full SHA for 7a74957
templates/repo/wiki/pages.tmpl
@@ -7,7 +7,7 @@
7
{{.locale.Tr "repo.wiki.pages"}}
8
</div>
9
<div>
10
- {{if and .CanWriteWiki (not .IsRepositoryMirror)}}
+ {{if and .CanWriteWiki (not .Repository.IsMirror)}}
11
<a class="ui green small button" href="{{.RepoLink}}/wiki?action=_new">{{.locale.Tr "repo.wiki.new_page_button"}}</a>
12
{{end}}
13
0 commit comments