summaryrefslogtreecommitdiffstats
path: root/templates/repo/wiki
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-09 00:32:53 -0500
committerUnknwon <u@gogs.io>2015-12-09 00:32:53 -0500
commita576224d0ea0a6a48207002229ae38937bd038a3 (patch)
tree479bb167651a1301ca71b7175078c1e1be1336c0 /templates/repo/wiki
parent989f30eb416f2d8709aaff9c235d555f8b109e36 (diff)
downloadgitea-a576224d0ea0a6a48207002229ae38937bd038a3.tar.gz
gitea-a576224d0ea0a6a48207002229ae38937bd038a3.zip
unified name: IsViewBranch, IsViewCommit and IsViewTag
Diffstat (limited to 'templates/repo/wiki')
-rw-r--r--templates/repo/wiki/view.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/wiki/view.tmpl b/templates/repo/wiki/view.tmpl
index cd7642bcc2..050c34b0a9 100644
--- a/templates/repo/wiki/view.tmpl
+++ b/templates/repo/wiki/view.tmpl
@@ -18,7 +18,7 @@
<i class="filter icon"></i>
<input name="search" placeholder="{{.i18n.Tr "repo.wiki.filter_page"}}...">
</div>
- <div class="scrolling menu" {{if .IsTag}}style="display: none"{{end}}>
+ <div class="scrolling menu">
{{range .Pages}}
<div class="item {{if eq $.Title .Name}}selected{{end}}" data-url="{{$.RepoLink}}/wiki/{{.URL}}">{{.Name}}</div>
{{end}}