diff options
Diffstat (limited to 'templates/repo/header.tmpl')
-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"> |