2024-03-22 15:51:29 -04: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 06:18:37 -05:00
|
|
|
{{if .result.Language}}
|
2023-02-13 12:59:59 -05:00
|
|
|
<i class="color-icon gt-mr-3" style="background-color: {{.result.Color}}"></i>{{.result.Language}}
|
2020-12-04 06:18:37 -05:00
|
|
|
{{end}}
|
|
|
|
</div>
|
2023-02-13 12:59:59 -05:00
|
|
|
<div class="gt-mr-4">
|
2020-12-04 06:18:37 -05:00
|
|
|
{{if not .result.UpdatedUnix.IsZero}}
|
2024-02-22 12:02:33 -05:00
|
|
|
<span class="ui grey text">{{ctx.Locale.Tr "explore.code_last_indexed_at" (TimeSinceUnix .result.UpdatedUnix ctx.Locale)}}</span>
|
2020-12-04 06:18:37 -05:00
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
</div>
|