2023-02-13 17:59:59 +00:00
|
|
|
<div class="ui bottom attached table segment gt-df gt-ac gt-sb">
|
|
|
|
<div class="gt-df gt-ac gt-ml-4">
|
2020-12-04 11:18:37 +00:00
|
|
|
{{if .result.Language}}
|
2023-02-13 17:59:59 +00:00
|
|
|
<i class="color-icon gt-mr-3" style="background-color: {{.result.Color}}"></i>{{.result.Language}}
|
2020-12-04 11:18:37 +00:00
|
|
|
{{end}}
|
|
|
|
</div>
|
2023-02-13 17:59:59 +00:00
|
|
|
<div class="gt-mr-4">
|
2020-12-04 11:18:37 +00:00
|
|
|
{{if not .result.UpdatedUnix.IsZero}}
|
2022-06-27 20:58:46 +00:00
|
|
|
<span class="ui grey text">{{.root.locale.Tr "explore.code_last_indexed_at" (TimeSinceUnix .result.UpdatedUnix .root.locale) | Safe}}</span>
|
2020-12-04 11:18:37 +00:00
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
</div>
|