This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
#2156
add edit org link in admin panel
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
c31722da3c
commit
eed015642e
4 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
gogs.go
+1
-1
templates/.VERSION
+2
-0
templates/admin/org/list.tmpl
+ 1
- 1
README.md
View File
@@ -3,7 +3,7 @@ Gogs - Go Git Service [
##### Current version: 0.7.44
Beta
##### Current version: 0.7.44
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
+ 1
- 1
gogs.go
View File
@@ -18,7 +18,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.7.44.121
1 Beta
"
const APP_VER = "0.7.44.121
2
"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
+ 1
- 1
templates/.VERSION
View File
@@ -1 +1 @@
0.7.44.121
1 Beta
0.7.44.121
2
+ 2
- 0
templates/admin/org/list.tmpl
View File
@@ -18,6 +18,7 @@
<th>{{.i18n.Tr "admin.orgs.members"}}</th>
<th>{{.i18n.Tr "admin.users.repos"}}</th>
<th>{{.i18n.Tr "admin.users.created"}}</th>
<th>{{.i18n.Tr "admin.users.edit"}}</th>
</tr>
</thead>
<tbody>
@@ -29,6 +30,7 @@
<td>{{.NumMembers}}</td>
<td>{{.NumRepos}}</td>
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created}}</span></td>
<td><a href="{{AppSubUrl}}/org/{{.Name}}/settings"><i class="fa fa-pencil-square-o"></i></a></td>
</tr>
{{end}}
</tbody>
Write
Preview
Loading…
Cancel
Save