This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Merge pull request 'fix-bug 231' (
#235
) from fix-231 into V202108
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/235
pull/248/head
zhoupzh
3 years ago
parent
e356fa9932
2220b89c4e
commit
30a5946302
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