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

13 lines
467 B
Handlebars
Raw Normal View History

2020-12-04 12:18:37 +01:00
<div class="ui bottom attached table segment df ac sb">
2020-12-20 19:00:03 +01:00
<div class="df ac ml-4">
2020-12-04 12:18:37 +01:00
{{if .result.Language}}
2020-12-20 19:00:03 +01:00
<i class="color-icon mr-3" style="background-color: {{.result.Color}}"></i>{{.result.Language}}
2020-12-04 12:18:37 +01:00
{{end}}
</div>
2020-12-20 19:00:03 +01:00
<div class="mr-4">
2020-12-04 12:18:37 +01:00
{{if not .result.UpdatedUnix.IsZero}}
<span class="ui grey text">{{.root.i18n.Tr "explore.code_last_indexed_at" (TimeSinceUnix .result.UpdatedUnix .root.i18n.Lang) | Safe}}</span>
{{end}}
</div>
</div>