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
Open external wiki in new window (
#2489
)
tags/v1.3.0-rc1
Jonas Östanbäck
Lauris BH
7 years ago
parent
2345f38d7d
commit
0d94e9293a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/header.tmpl
+ 1
- 1
templates/repo/header.tmpl
View File
@@ -86,7 +86,7 @@
{{end}}
{{if or (.Repository.UnitEnabled $.UnitTypeWiki) (.Repository.UnitEnabled $.UnitTypeExternalWiki)}}
<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki">
<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki"
{{if (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} target="_blank" {{end}}
>
<i class="octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}}
</a>
{{end}}
Write
Preview
Loading…
Cancel
Save