2024-03-24 10:05:00 -06:00
|
|
|
{{if or .result.Language (not .result.UpdatedUnix.IsZero)}}
|
2024-03-22 13:51:29 -06:00
|
|
|
<div class="ui bottom attached table segment tw-flex tw-items-center tw-justify-between">
|
|
|
|
<div class="tw-flex tw-items-center gt-ml-4">
|
2020-12-04 04:18:37 -07:00
|
|
|
{{if .result.Language}}
|
2023-02-13 10:59:59 -07:00
|
|
|
<i class="color-icon gt-mr-3" style="background-color: {{.result.Color}}"></i>{{.result.Language}}
|
2020-12-04 04:18:37 -07:00
|
|
|
{{end}}
|
|
|
|
</div>
|
2023-02-13 10:59:59 -07:00
|
|
|
<div class="gt-mr-4">
|
2020-12-04 04:18:37 -07:00
|
|
|
{{if not .result.UpdatedUnix.IsZero}}
|
2024-02-22 10:02:33 -07:00
|
|
|
<span class="ui grey text">{{ctx.Locale.Tr "explore.code_last_indexed_at" (TimeSinceUnix .result.UpdatedUnix ctx.Locale)}}</span>
|
2020-12-04 04:18:37 -07:00
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-03-24 10:05:00 -06:00
|
|
|
{{end}}
|