aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/search.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/search.tmpl')
-rw-r--r--templates/repo/search.tmpl10
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/repo/search.tmpl b/templates/repo/search.tmpl
index ca39c9a2f4..c2172ec787 100644
--- a/templates/repo/search.tmpl
+++ b/templates/repo/search.tmpl
@@ -48,15 +48,7 @@
</table>
</div>
</div>
- <div class="ui bottom attached table segment">
- {{if $result.Language}}
- <i class="color-icon" style="background-color: {{$result.Color}}"></i>{{$result.Language}}
- {{end}}
- &nbsp;
- {{if not $result.UpdatedUnix.IsZero}}
- <span class="ui small grey text pull right">{{$.i18n.Tr "explore.code_last_indexed_at" (TimeSinceUnix $result.UpdatedUnix $.i18n.Lang) | Safe}} &nbsp;</span>
- {{end}}
- </div>
+ {{template "shared/searchbottom" dict "root" $ "result" .}}
</div>
{{end}}
</div>