Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 30, 2025
1 parent 410d042 commit 0f60940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/AboutJenkins/index.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ THE SOFTWARE.
</p>
</div>
<div class="jenkins-app-bar__controls">
<a href="https://www.jenkins.io/changelog/${app.VERSION}" class="jenkins-button" target="_blank">
<a href="${app.CHANGELOG_URL + '/' + app.VERSION}" class="jenkins-button" target="_blank">
<l:icon src="symbol-information-circle" />
${%whatsNew}
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ THE SOFTWARE.
${%UpgradeProgress(ucData.core.version,rootURL+'/updateCenter/')}
</j:when>
<j:otherwise>
<j:set var="changelog_url" value="${app.CHANGELOG_URL + '/' + app.VERSION}"/>
<j:set var="changelog_url" value="${app.CHANGELOG_URL + '/' + ucData.core.version}"/>
${%NewVersionAvailable(ucData.core.version,ucData.core.url,changelog_url)}
<l:isAdmin>
<j:if test="${ucData.canUpgrade()}">
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/layout.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ THE SOFTWARE.
</l:hasPermission>
<dd:item icon="symbol-information-circle"
text="${%whatsNew}"
href="https://www.jenkins.io/changelog/${app.VERSION}" />
href="${app.CHANGELOG_URL + '/' + app.VERSION}" />
<dd:item icon="symbol-heart"
text="${%Get involved}"
href="https://www.jenkins.io/participate/" />
Expand Down

0 comments on commit 0f60940

Please sign in to comment.