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
fix app suburl in feeds
tags/v1.2.0-rc1
Unknwon
10 years ago
parent
aa9996094d
commit
a8ede6655b
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gogs.go
+1
-1
templates/.VERSION
+1
-1
templates/user/dashboard/feeds.tmpl
+ 1
- 1
gogs.go
View File
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.6.4.080
8
Beta"
const APP_VER = "0.6.4.080
9
Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
+ 1
- 1
templates/.VERSION
View File
@@ -1 +1 @@
0.6.4.080
8
Beta
0.6.4.080
9
Beta
+ 1
- 1
templates/user/dashboard/feeds.tmpl
View File
@@ -30,7 +30,7 @@
{{range $push.Commits}}
<li><img class="avatar-16" src="{{AvatarLink .AuthorEmail}}?s=16"> <a href="{{$repoLink}}/commit/{{.Sha1}}">{{ShortSha .Sha1}}</a> <span class="text-truncate grid-4-5">{{.Message}}</span></li>
{{end}}
{{if $push.CompareUrl}}<li><a href="{{
$.
AppSubUrl}}/{{$push.CompareUrl}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}}
{{if $push.CompareUrl}}<li><a href="{{AppSubUrl}}/{{$push.CompareUrl}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}}
</ul>
</div>
{{else if eq .GetOpType 6}}
Write
Preview
Loading…
Cancel
Save