Skip to content

Commit

Permalink
reverted the files back to original and updated their index files again
Browse files Browse the repository at this point in the history
  • Loading branch information
biru-codeastromer committed Dec 13, 2024
1 parent e6290a4 commit ef57af6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ actions:
- archived_changelogs = site.changelogs[:lts].reverse.drop(25)
- archived_changelogs.each do |release|
%div
= partial('../_partials/release-header.html.haml', :release => release, :url => 'changelogs-stable-old')
= partial('../_partials/release-header.html.haml', :release => release, :url => 'changelog-stable-old')
- if release.changes
%div.app-releases__list__items
= partial('../_partials/changelog-changes.html.haml', :changes => release.changes)
Expand All @@ -24,5 +24,5 @@ actions:

.app-banner
This is the changelog archive. The changelog for recent releases can be found
%a{:href => '/changelogs-stable/'}
%a{:href => '/changelog-stable/'}
in the main LTS changelog page.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ actions:
- recent_changelogs.each do |release|
- if Gem::Version.new(release.version) <= Gem::Version.new(site.jenkins.stable)
%div
= partial('../_partials/release-header.html.haml', :release => release, :url => 'changelogs-stable')
= partial('../_partials/release-header.html.haml', :release => release, :url => 'changelog-stable')
- if release.changes && release.lts_changes && release.lts_baseline
.app-releases__notable-changes{:style => "margin-top: 15px"}
= "Changes since #{release.lts_baseline}"
Expand All @@ -33,5 +33,5 @@ actions:

.app-banner
The changelog of historical releases can be found
%a{:href => '/changelogs-stable-old/'}
%a{:href => '/changelog-stable-old/'}
in the LTS changelog archive.
File renamed without changes.

0 comments on commit ef57af6

Please sign in to comment.