1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

docs: Fix badges after #28458. (#29199)

This commit is contained in:
XhmikosR
2019-08-04 08:23:25 +03:00
committed by GitHub
parent 7bce809a63
commit b316235e63
5 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
<a class="list-group-item list-group-item-action py-2 text-primary{{ if (eq $version.v $.Site.Params.docs_version) }} d-flex justify-content-between align-items-center{{ end }}" href="{{ $release.baseurl }}/{{ $version.v }}/">
{{ $version.v }}
{{ if (eq $version.v $.Site.Params.docs_version) -}}
<span class="badge badge-primary">Latest</span>
<span class="badge bg-primary">Latest</span>
{{- end }}
</a>
{{ if (eq (add $i 1) $len) }}</div>{{ end }}