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
commit
30a5946302
1 changed files with 10 additions and 1 deletions
  1. +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}}


Loading…
Cancel
Save