Skip to content

Commit

Permalink
Merge pull request #1850 from csimons/fix-rest-api-link
Browse files Browse the repository at this point in the history
[FIXED JENKINS-29014] fix broken 'REST API' link
  • Loading branch information
oleg-nenashev committed Oct 6, 2015
2 parents 7534160 + 76067e0 commit d7fe23c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/resources/lib/layout/layout.jelly
Expand Up @@ -254,7 +254,9 @@ ${h.initPageVariables(context)}
<div class="col-md-6" id="footer"></div>
<div class="col-md-18">
<span class="page_generated">${%Page generated}: <i:formatDate value="${h.getCurrentTime()}" type="both" dateStyle="medium" timeStyle="medium"/></span>
<span class="rest_api"><a href="api/">REST API</a></span>
<j:if test="${!empty(it.api)}">
<span class="rest_api"><a href="api/">REST API</a></span>
</j:if>
<span class="jenkins_ver"><a href="${h.getFooterURL()}">Jenkins ver. ${h.version}</a></span>
<j:if test="${extensionsAvailable}">
<j:forEach var="pd" items="${h.pageDecorators}">
Expand Down

0 comments on commit d7fe23c

Please sign in to comment.