1
0
mirror of synced 2026-01-03 06:04:16 -05:00
Files
docs/includes/deprecation-banner.html
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

17 lines
883 B
HTML

{% if currentVersion contains enterpriseServerReleases.oldestSupported %}
<div class="deprecation-banner border rounded-1 mb-2 bg-yellow-light p-3 border-yellow f5">
<p>
<b>
<span data-display-until="{{ enterpriseServerReleases.nextDeprecationDate }}">
{% data reusables.enterprise_deprecation.version_will_be_deprecated %}
</span>
<span data-display-starting="{{ enterpriseServerReleases.nextDeprecationDate }}">
{% data reusables.enterprise_deprecation.version_was_deprecated %}
</span>
<span data-date="{{ enterpriseServerReleases.nextDeprecationDate }}" data-format="%B %d, %Y" title="{{ enterpriseServerReleases.nextDeprecationDate }}">{{ enterpriseServerReleases.nextDeprecationDate }}</span>.
</b>
{% data reusables.enterprise_deprecation.deprecation_details %}
</p>
</div>
{% endif %}