|
|
@@ -186,7 +186,7 @@ |
|
|
|
src="/img/jian.svg" style="margin-left: 0.5rem;">{{end}} |
|
|
|
{{if $.IsSigned}} |
|
|
|
<span |
|
|
|
style="display: flex;align-items: center;justify-content: flex-end;cursor: pointer;font-size: 12px;font-weight: normal;flex: 1;" |
|
|
|
style="display: flex;align-items: center;justify-content: flex-end;cursor: pointer;font-size: 12px;font-weight: normal;flex: 1;margin-left: 1.5rem;" |
|
|
|
@click.stop="postSquareStar({{.ID}},'{{.Repo.Link}}/datasets',{{$k}})"> |
|
|
|
|
|
|
|
<div style="line-height: 1;margin-right: 4px;margin-bottom: -2px;"> |
|
|
@@ -256,12 +256,14 @@ |
|
|
|
<span |
|
|
|
style="color: #999999;font-size: 12px;margin-left: 0.5rem;">{{TimeSinceUnixShort .CreatedUnix}}</span> |
|
|
|
<span |
|
|
|
style="display: flex;align-items: center;justify-content: center;margin: 0 1rem;"> |
|
|
|
style="display: flex;align-items: center;justify-content: center;margin: 0 1rem;" |
|
|
|
title="{{$.i18n.Tr "repo.issues.filter_sort.citations"}}"> |
|
|
|
<i class="ri-link"></i> |
|
|
|
<span |
|
|
|
style="color: #101010; font-size: 12px;margin-left: 0.2rem;">{{.UseCount}}</span> |
|
|
|
</span> |
|
|
|
<span style=" display: flex;align-items: center;justify-content: center;"> |
|
|
|
<span style=" display: flex;align-items: center;justify-content: center;" |
|
|
|
title='{{$.i18n.Tr "repo.issues.filter_sort.downloadtimes"}}'> |
|
|
|
<i class="ri-download-line"></i> |
|
|
|
<span |
|
|
|
style="color: #101010;font-size: 12px;margin-left: 0.2rem;">{{.DownloadTimes}}</span> |
|
|
|