mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
10 lines
276 B
HTML
10 lines
276 B
HTML
<div class="docker-upgrade-cta" role="alert">
|
|
<div class="docker-upgrade-cta__heading">{{include.header-text}}</div>
|
|
|
|
{{ include.body | markdownify }}
|
|
|
|
<a class="btn btn-primary" role="button" href="{{include.target-url}}" target="_blank">
|
|
Upgrade now
|
|
</a>
|
|
</div>
|