diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-23 06:34:41 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-23 06:34:41 -0400 |
commit | c386bb4bd314843a532012877e148ae70ee44672 (patch) | |
tree | dc506e4a3660e4581a2bfe1376fb67bd0cb37f3d /templates | |
parent | 1eb078d0a8c5424de9512d810ab2fbf21f59ff78 (diff) | |
download | gitea-c386bb4bd314843a532012877e148ae70ee44672.tar.gz gitea-c386bb4bd314843a532012877e148ae70ee44672.zip |
Bug fix
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/nav.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/nav.tmpl b/templates/repo/nav.tmpl index b2d3500f92..a3358fd890 100644 --- a/templates/repo/nav.tmpl +++ b/templates/repo/nav.tmpl @@ -32,7 +32,7 @@ <p class="help-block text-center">Need help cloning? Visit <a href="#">Help</a>!</p> </div> </div> - <div class="btn-group {{if .IsRepositoryWatching}}watching{{else}}no-watching{{end}}" id="gogs-repo-watching" data-watch="/{{.SignedUser.Name}}/{{.Repository.Name}}/action/watch" data-unwatch="/{{.SignedUser.Name}}/{{.Repository.Name}}/action/unwatch"> + <div class="btn-group {{if .IsRepositoryWatching}}watching{{else}}no-watching{{end}}" id="gogs-repo-watching" data-watch="/{{.Owner.Name}}/{{.Repository.Name}}/action/watch" data-unwatch="/{{.Owner.Name}}/{{.Repository.Name}}/action/unwatch"> {{if .IsRepositoryWatching}} <button type="button" class="btn btn-default"><i class="fa fa-eye fa-lg fa-m"></i></button> {{else}} |