You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

searchbottom.tmpl 467B

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