summaryrefslogtreecommitdiffstats
path: root/templates/shared/searchbottom.tmpl
blob: cce82721cd094ce4e26f10e07d69dfcb1a9162d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="ui bottom attached table segment gt-df gt-ac gt-sb">
		<div class="gt-df gt-ac gt-ml-4">
			{{if .result.Language}}
					<i class="color-icon gt-mr-3" style="background-color: {{.result.Color}}"></i>{{.result.Language}}
			{{end}}
		</div>
		<div class="gt-mr-4">
			{{if not .result.UpdatedUnix.IsZero}}
					<span class="ui grey text">{{.root.locale.Tr "explore.code_last_indexed_at" (TimeSinceUnix .result.UpdatedUnix .root.locale) | Safe}}</span>
			{{end}}
		</div>
</div>