1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/includes/header-notification.html
2020-11-02 15:12:44 -06:00

12 lines
474 B
HTML

{% if currentVersion == "github-ae@latest" %}
<div class="header-notifications text-center f5 bg-blue-1 text-gray-dark py-4 px-6 limited_release {% if header_notification %}border-bottom{% endif %}">
{% data ui.header.notices.ghae_silent_launch %}
</div>
{% endif %}
{% if header_notification %}
<div class="header-notifications text-center f5 bg-blue-1 text-gray-dark py-4 px-6 {{ header_notification_type }}">
{{ header_notification }}
</div>
{% endif %}