diff options
author | Unknwon <u@gogs.io> | 2015-11-16 00:03:23 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-16 00:03:23 -0500 |
commit | 1db3ae6601b1bc74777e91fd558af120d0726074 (patch) | |
tree | 38a5feb08580882f830b1f17425c820e6670d1ac /templates/repo/release/list.tmpl | |
parent | 612d0d6d2592c3e34abde42ef254860a0cbc3ce0 (diff) | |
download | gitea-1db3ae6601b1bc74777e91fd558af120d0726074.tar.gz gitea-1db3ae6601b1bc74777e91fd558af120d0726074.zip |
UI fix
Diffstat (limited to 'templates/repo/release/list.tmpl')
-rw-r--r-- | templates/repo/release/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl index 32be1ce022..8ecf69ae4d 100644 --- a/templates/repo/release/list.tmpl +++ b/templates/repo/release/list.tmpl @@ -37,7 +37,7 @@ {{if .PublisherID}} <h3> <a href="{{$.RepoLink}}/src/{{.TagName}}">{{.Title}}</a> - {{if .IsRepositoryAdmin}}<small>(<a href="{{$.RepoLink}}/releases/edit/{{.TagName}}" rel="nofollow">{{$.i18n.Tr "repo.release.edit"}}</a>)</small>{{end}} + {{if $.IsRepositoryAdmin}}<small>(<a href="{{$.RepoLink}}/releases/edit/{{.TagName}}" rel="nofollow">{{$.i18n.Tr "repo.release.edit"}}</a>)</small>{{end}} </h3> <p class="text grey"> <span class="author"> |