aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore/code.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/explore/code.tmpl')
-rw-r--r--templates/explore/code.tmpl10
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/explore/code.tmpl b/templates/explore/code.tmpl
index 9c880e59f2..0495645576 100644
--- a/templates/explore/code.tmpl
+++ b/templates/explore/code.tmpl
@@ -49,15 +49,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>