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
repo description ui update
tags/v1.2.0-rc1
FuXiaoHei
12 years ago
parent
78097a2c5a
commit
06af48503c
2 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
public/css/gogs.css
+2
-1
templates/repo/nav.tmpl
+ 9
- 0
public/css/gogs.css
View File
@@ -414,6 +414,15 @@ html, body {
height: auto;
}
.gogs-repo-nav .name{
margin-top: 15px;
}
.gogs-repo-nav .desc{
color: #888;
margin-bottom: 0;
}
.gogs-repo-nav h3 .fa {
color: #BBB;
margin-left: 0;
+ 2
- 1
templates/repo/nav.tmpl
View File
@@ -2,7 +2,8 @@
<div class="container">
<div class="row">
<div class="col-md-6">
<h3><i class="fa fa-book fa-lg"></i><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / {{.Repository.Name}}</h3>
<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>
</div>
{{if not .IsBareRepo}}
<div class="col-md-6 actions text-right">
Write
Preview
Loading…
Cancel
Save