This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
#570
tags/v1.2.0-rc1
Unknwon
11 years ago
parent
9ae92459a5
commit
ecf3eb4307
4 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gogs.go
+1
-0
public/ng/css/gogs.css
+1
-0
public/ng/less/gogs/repository.less
+1
-1
templates/.VERSION
+ 1
- 1
gogs.go
View File
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.5.5.101
4
Beta"
const APP_VER = "0.5.5.101
5
Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
+ 1
- 0
public/ng/css/gogs.css
View File
@@ -1250,6 +1250,7 @@ The register and sign-in page style
color: #444;
}
#repo-files-table thead .last-commit .text-truncate {
max-width: 440px;
margin-left: .4em;
}
#repo-files-table thead .last-commit .text-truncate,
+ 1
- 0
public/ng/less/gogs/repository.less
View File
@@ -294,6 +294,7 @@
color: #444;
}
.text-truncate {
max-width: 440px;
margin-left: .4em;
}
}
+ 1
- 1
templates/.VERSION
View File
@@ -1 +1 @@
0.5.5.101
4
Beta
0.5.5.101
5
Beta
Write
Preview
Loading…
Cancel
Save