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.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/explore/code.tmpl b/templates/explore/code.tmpl
index 0501dd6194..bf7f85c5ac 100644
--- a/templates/explore/code.tmpl
+++ b/templates/explore/code.tmpl
@@ -49,15 +49,15 @@
</table>
</div>
</div>
- <div class="ui bottom attached table segment">
+ <div class="ui bottom attached table segment">
{{if $result.Language}}
- <i class="color-icon" style="background-color: {{$result.Color}}"></i>{{$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>
+ {{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>
</div>
{{end}}
</div>