Files
Atay-Makhzan/templates/shared/searchbottom.tmpl
T

13 lines
490 B
Handlebars
Raw Normal View History

<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 12:18:37 +01:00
{{if .result.Language}}
<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>
<div class="gt-mr-4">
2020-12-04 12:18:37 +01:00
{{if not .result.UpdatedUnix.IsZero}}
2022-06-27 22:58:46 +02:00
<span class="ui grey text">{{.root.locale.Tr "explore.code_last_indexed_at" (TimeSinceUnix .result.UpdatedUnix .root.locale) | Safe}}</span>
2020-12-04 12:18:37 +01:00
{{end}}
</div>
</div>