diff options
author | Unknwon <u@gogs.io> | 2015-11-16 00:16:43 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-16 00:16:43 -0500 |
commit | 951037c0ae66a9c4bddc0e2e6bbb01d754ae1f1c (patch) | |
tree | 316844b618835afa39e9e01367ffe8e53afeff4e | |
parent | 7046df6028d3e910a3c5a1434d1240f65508eda8 (diff) | |
download | gitea-951037c0ae66a9c4bddc0e2e6bbb01d754ae1f1c.tar.gz gitea-951037c0ae66a9c4bddc0e2e6bbb01d754ae1f1c.zip |
remove test code
-rw-r--r-- | templates/repo/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 5a811d6ae2..06bd49b9cd 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -18,7 +18,7 @@ <i class="icon fa fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}} </a> <a class="ui basic label" href="{{.RepoLink}}/watchers"> - {{.NumWatches}}123 + {{.NumWatches}} </a> </div> <div class="ui labeled button" tabindex="0"> |