This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Undo change in templates/explore/repo_list.tmpl
tags/v1.2.0-rc1
Florian Kaiser
9 years ago
parent
0f9c6808a3
commit
aef885a0ae
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
templates/explore/repo_list.tmpl
+ 3
- 3
templates/explore/repo_list.tmpl
View File
@@ -3,10 +3,10 @@
<div class="item">
<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 .IsFork}}
<span><i class="icon octicon octicon-repo-forked"></i></span>
{{else if .IsPrivate}}
{{if .IsPrivate}}
<span class="text gold"><i class="icon octicon octicon-lock"></i></span>
{{else if .IsFork}}
<span><i class="icon octicon octicon-repo-forked"></i></span>
{{else if .IsMirror}}
<span><i class="icon octicon octicon-repo-clone"></i></span>
{{end}}
Write
Preview
Loading…
Cancel
Save