Merge "Add Unmaintained badge"
This commit is contained in:
commit
492a219e86
@ -78,6 +78,7 @@ a.deprecated-badge-right {
|
|||||||
|
|
||||||
.deprecated-badge-maintained,
|
.deprecated-badge-maintained,
|
||||||
.deprecated-badge-extended-maintenance,
|
.deprecated-badge-extended-maintenance,
|
||||||
|
.deprecated-badge-unmaintained,
|
||||||
.deprecated-badge-development {
|
.deprecated-badge-development {
|
||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
@ -107,6 +108,10 @@ a.deprecated-badge-right {
|
|||||||
color: #000000 !important;
|
color: #000000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.deprecated-badge-unmaintained .deprecated-badge-close-button{
|
||||||
|
color: #000000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.deprecated-badge-development .deprecated-badge-close-button{
|
.deprecated-badge-development .deprecated-badge-close-button{
|
||||||
color: #000000 !important;
|
color: #000000 !important;
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
which is no longer supported by the community. The current supported release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
which is no longer supported by the community. The current supported release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
||||||
{% elif SERIES == RELEASED_SERIES %}
|
{% elif SERIES == RELEASED_SERIES %}
|
||||||
which is the current supported release.
|
which is the current supported release.
|
||||||
|
{% elif SERIES_INFO.status == 'unmaintained' %}
|
||||||
|
which is unmaintained. The current supported
|
||||||
|
release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
||||||
{% elif SERIES_INFO.status == 'extended-maintenance' %}
|
{% elif SERIES_INFO.status == 'extended-maintenance' %}
|
||||||
which is in extended maintenance, but old. The current supported
|
which is in extended maintenance, but old. The current supported
|
||||||
release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
||||||
|
@ -36,6 +36,11 @@
|
|||||||
This is in extended maintenance and <strong>not</strong> the current release. The current supported
|
This is in extended maintenance and <strong>not</strong> the current release. The current supported
|
||||||
release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
||||||
</p>
|
</p>
|
||||||
|
{% elif SERIES_INFO.status == 'unmaintained' %}
|
||||||
|
<p class="deprecated-badge-left">
|
||||||
|
This is unmaintained and <strong>not</strong> the current release. The current supported
|
||||||
|
release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
||||||
|
</p>
|
||||||
{% elif SERIES_INFO.status == 'development' %}
|
{% elif SERIES_INFO.status == 'development' %}
|
||||||
<p class="deprecated-badge-left">
|
<p class="deprecated-badge-left">
|
||||||
This release is under development. The current supported release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
This release is under development. The current supported release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
||||||
|
@ -37,6 +37,10 @@
|
|||||||
<p>This is an old release in extended maintenance. Use the top menu to
|
<p>This is an old release in extended maintenance. Use the top menu to
|
||||||
select a different release if needed.</p>
|
select a different release if needed.</p>
|
||||||
|
|
||||||
|
{% elif SERIES_INFO.status == 'unmaintained' %}
|
||||||
|
<p>This is an old unmaintained release. Use the top menu to
|
||||||
|
select a different release if needed.</p>
|
||||||
|
|
||||||
{% elif SERIES_INFO.status == 'maintained' %}
|
{% elif SERIES_INFO.status == 'maintained' %}
|
||||||
<p>This is not the latest release. Use the top menu to select a different
|
<p>This is not the latest release. Use the top menu to select a different
|
||||||
release if needed.</p>
|
release if needed.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user