|
|
|
@@ -163,7 +163,7 @@ |
|
|
|
</div> |
|
|
|
<div style="font-size: 16px;color:#0366D6;font-family: SourceHanSansSC-medium;height: 27px;font-weight: bold;">{{.Title}}</div> |
|
|
|
{{if or (.Category) (.Task) (.License)}} |
|
|
|
<div style="font-size: 12px;margin-top: 5px;height: 24px;"> |
|
|
|
<div style="font-size: 12px;margin-top: 5px;"> |
|
|
|
{{if .Category}} |
|
|
|
{{$category := .Category}} |
|
|
|
<a class="ui repo-topic label topic" href="{{$.Link}}?sort={{$.SortType}}&q={{$.Keyword}}&tab={{$.TabName}}&category={{.Category}}&task={{$.Task}}&license={{$.License}}">{{$.i18n.Tr (printf "dataset.category.%s" $category)}}</a> |
|
|
|
|