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