From af0765c7f60a1590702a857c3e25a2ef33db3b72 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 5 Apr 2024 08:27:05 +0200 Subject: [PATCH] Always use `octicon-eye` on watch button --- templates/repo/watch_unwatch.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/watch_unwatch.tmpl b/templates/repo/watch_unwatch.tmpl index 2bf2c7bd21c6a..64be97141666d 100644 --- a/templates/repo/watch_unwatch.tmpl +++ b/templates/repo/watch_unwatch.tmpl @@ -3,7 +3,7 @@ {{$buttonText := ctx.Locale.Tr "repo.watch"}} {{if $.IsWatchingRepo}}{{$buttonText = ctx.Locale.Tr "repo.unwatch"}}{{end}}