提交 d9b23a2d 编写于 作者: S Seiji Sogabe

FIXED JENKINS-15887 "Disable Project" button breaks Free style project

pages.
上级 921d85f2
......@@ -83,6 +83,10 @@ Upcoming changes</a>
<li class=bug>
Maven2 job fails when using maven-failsafe-plugin
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15865">issue 15865</a>)
<li class=bug>
"Disable Project" button breaks Free style project pages.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15887">issue 15887</a>)
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -25,12 +25,13 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:p="/lib/hudson/project">
<p:projectActionFloatingBox />
<j:if test="${it.supportsMakeDisabled()}">
<st:include page="makeDisabled.jelly" />
</j:if>
<p:projectActionFloatingBox />
<table style="margin-top: 1em; margin-left:1em;">
<j:forEach var="act" items="${it.prominentActions}">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册