diff options
author | Richard Mahn <richmahn@users.noreply.github.com> | 2016-07-14 23:57:28 -0600 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-07-15 13:57:28 +0800 |
commit | 7796c9e1223e8a99eb265adff0974d05bb594cfa (patch) | |
tree | 395ba9a6083a576f00c772b1179fddf5391c83cd | |
parent | 528ec9bffd854b550b6b35c405a230e11e80a30a (diff) | |
download | gitea-7796c9e1223e8a99eb265adff0974d05bb594cfa.tar.gz gitea-7796c9e1223e8a99eb265adff0974d05bb594cfa.zip |
Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui (#3267)
-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 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}} |