Skip to content

Commit

Permalink
Merge pull request #108 from lkocman/issue_106
Browse files Browse the repository at this point in the history
Temporarily disable the popup showing 42.3 Issue #106
  • Loading branch information
lkocman authored Jun 8, 2022
2 parents 55f66a8 + 9297f21 commit a5709f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions _includes/distribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
<script defer src="/assets/js/app.js"></script>
<header class="jumbotron jumbotron-fluid bg-{{ distro.bg-color }} text-center pb-0">
<div class="container text-{{ distro.fg-color }}">
{% if site.releases.leap.testing != nil and include.type == "current" %}
<div class="alert alert-info d-flex justify-content-between align-items-center">
{% capture distro_name %}Leap {{ site.releases.leap[site.releases.leap.testing].version }} <sup>{{ site.releases.leap[site.releases.leap.testing].state }}</sup>{% endcapture %}
<span>{{ locale.new_version_testing | replace: '$distro_name', distro_name }}</span>
<a class="btn btn-info" href="{{ '/testing/' | prefix_locale }}">{{ locale.learn_more }}</a>
</div>
{% endif %}
{% if include.type == "legacy" %}
<div class="alert alert-danger d-flex justify-content-between align-items-center">
{% capture distro_name %}Leap {{ site.releases.leap[site.releases.leap.current].version }}{% endcapture %}
Expand Down

0 comments on commit a5709f7

Please sign in to comment.