diff options
Diffstat (limited to 'templates/explore/code.tmpl')
-rw-r--r-- | templates/explore/code.tmpl | 10 |
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}} - - {{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}} </span> - {{end}} - </div> + {{template "shared/searchbottom" dict "root" $ "result" .}} </div> {{end}} </div> |