mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
6 lines
279 B
HTML
6 lines
279 B
HTML
|
{{- /* Outputs badge to identify the version something was deprecated */ -}}
|
||
|
|
||
|
{{- $version := .Get 0 -}}
|
||
|
|
||
|
<small class="d-inline-flex mb-3 px-2 py-1 fw-semibold text-warning-emphasis bg-warning-subtle border border-warning-subtle rounded-2">Deprecated in v{{ $version }}</small>
|