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
Mirror fix
tags/v1.2.0-rc1
Unknown
12 years ago
parent
0da4975f4f
commit
dd8e7868ce
4 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gopmfile
+1
-1
README.md
+1
-0
models/repo.go
+1
-1
templates/repo/nav.tmpl
+ 0
- 1
.gopmfile
View File
@@ -4,7 +4,6 @@ path=github.com/gogits/gogs
[deps]
github.com/codegangsta/cli=
github.com/codegangsta/martini=
github.com/martini-contrib/render=
github.com/martini-contrib/sessions=
github.com/Unknwon/com=
github.com/Unknwon/cae=
+ 1
- 1
README.md
View File
@@ -40,7 +40,7 @@ There are two ways to install Gogs:
## Acknowledgments
- Mail service is based on [WeTalk](https://github.com/beego/wetalk).
- Logo inspired by [martini](https://github.com/martini-contrib).
- Logo i
s i
nspired by [martini](https://github.com/martini-contrib).
## Contributors
+ 1
- 0
models/repo.go
View File
@@ -34,6 +34,7 @@ type Repository struct {
LowerName string `xorm:"unique(s) index not null"`
Name string `xorm:"index not null"`
Description string
Website string
Private bool
NumWatchs int
NumStars int
+ 1
- 1
templates/repo/nav.tmpl
View File
@@ -3,7 +3,7 @@
<div class="row">
<div class="col-md-6">
<h3 class="name"><i class="fa fa-book fa-lg"></i><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / {{.Repository.Name}}</h3>
<p class="desc">
a sentence to describe the repository.<a href="#">official-site</a>
</p>
<p class="desc">
{{.Repository.Description}}{{if .Repository.Website}}<a href="{{.Repository.Website}}">{{.Repository.Website}}</a>{{end}}
</p>
</div>
{{if not .IsBareRepo}}
<div class="col-md-6 actions text-right">
Write
Preview
Loading…
Cancel
Save