From 7796c9e1223e8a99eb265adff0974d05bb594cfa Mon Sep 17 00:00:00 2001 From: Richard Mahn <richmahn@users.noreply.github.com> Date: Thu, 14 Jul 2016 23:57:28 -0600 Subject: [PATCH] Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui (#3267) --- templates/repo/header.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 2bae961dae..dfb7673d33 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -16,7 +16,7 @@ <div class="ui right"> <div class="ui labeled button" tabindex="0"> <a class="ui button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}"> - <i class="icon fa fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}} + <i class="icon 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}}