diff options
author | Unknwon <u@gogs.io> | 2016-07-16 12:45:13 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-16 12:45:13 +0800 |
commit | 971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6 (patch) | |
tree | 8010e3196c794357d7b410ede0554c374c5c80b9 /templates/explore | |
parent | c083d7656794ec0b4d856994daddd27e98841d70 (diff) | |
download | gitea-971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6.tar.gz gitea-971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6.zip |
Upgrade octicon to 4.3.0
Diffstat (limited to 'templates/explore')
-rw-r--r-- | templates/explore/repo_list.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 304a637e81..a4beb20143 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -4,11 +4,11 @@ <div class="ui header"> <a class="name" href="{{AppSubUrl}}/{{if .Owner}}{{.Owner.Name}}{{else if $.Org}}{{$.Org.Name}}{{else}}{{$.Owner.Name}}{{end}}/{{.Name}}">{{if $.PageIsExplore}}{{.Owner.Name}} / {{end}}{{.Name}}</a> {{if .IsPrivate}} - <span class="text gold"><i class="icon octicon octicon-lock"></i></span> + <span class="text gold"><i class="octicon octicon-lock"></i></span> {{else if .IsFork}} - <span><i class="icon octicon octicon-repo-forked"></i></span> + <span><i class="octicon octicon-repo-forked"></i></span> {{else if .IsMirror}} - <span><i class="icon octicon octicon-repo-clone"></i></span> + <span><i class="octicon octicon-repo-clone"></i></span> {{end}} <div class="ui right metas"> |