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
fix-bug 231
tags/v1.21.8^2
hit172587zpz
4 years ago
parent
753597f935
commit
8e886c6c4d
1 changed files
with
10 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-1
templates/repo/home.tmpl
+ 10
- 1
templates/repo/home.tmpl
View File
@@ -12,6 +12,15 @@
float: left;
margin: .25em;
}
.edit-link{
vertical-align: top;
display: inline-block;
overflow: hidden;
word-break: keep-all;
white-space: nowrap;
text-overflow: ellipsis;
width: 16.5em;
}
#contributorInfo > a.circular{
height: 2.0em;
padding: 0;
@@ -218,7 +227,7 @@
{{if .Repository.Website}}
<p class="ui">
<i class="gray linkify icon"></i>
<a class="link" target="_blank" href="{{.Repository.Website}}">{{.Repository.Website}}</a>
<a class="link
edit-link
" target="_blank
" title="{{.Repository.Website}}
" href="{{.Repository.Website}}">{{.Repository.Website}}</a>
</p>
{{end}}
Write
Preview
Loading…
Cancel
Save