Skip to content

Commit

Permalink
Do not show "Notable changes" section for unreleased LTS versions (#7636
Browse files Browse the repository at this point in the history
)

Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
  • Loading branch information
daniel-beck and daniel-beck authored Oct 29, 2024
1 parent ba09a70 commit 6516854
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/changelog-stable/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ actions:
%div.app-releases__list__items
= partial('changelog-changes.html.haml', :changes => release.changes)

- if release.changes and release.lts_changes
.app-releases__notable-changes
= "Notable changes since #{release.lts_predecessor}"
%div.app-releases__list__items
= partial('changelog-changes.html.haml', :changes => release.lts_changes)
- if release.changes and release.lts_changes
.app-releases__notable-changes
= "Notable changes since #{release.lts_predecessor}"
%div.app-releases__list__items
= partial('changelog-changes.html.haml', :changes => release.lts_changes)

= partial('changelog-stable.html')

0 comments on commit 6516854

Please sign in to comment.