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 520B

123456789101112
  1. <div class="ui bottom attached table segment tw-flex tw-content-center tw-justify-between">
  2. <div class="tw-flex tw-content-center gt-ml-4">
  3. {{if .result.Language}}
  4. <i class="color-icon gt-mr-3" style="background-color: {{.result.Color}}"></i>{{.result.Language}}
  5. {{end}}
  6. </div>
  7. <div class="gt-mr-4">
  8. {{if not .result.UpdatedUnix.IsZero}}
  9. <span class="ui grey text">{{ctx.Locale.Tr "explore.code_last_indexed_at" (TimeSinceUnix .result.UpdatedUnix ctx.Locale)}}</span>
  10. {{end}}
  11. </div>
  12. </div>