提交 52e6b606 编写于 作者: K Kohsuke Kawaguchi

add some space between buttons

上级 fa5a8f55
......@@ -27,7 +27,7 @@ THE SOFTWARE.
-->
<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">
<j:if test="${!it.keepLog and !it.building}">
<form method="get" action="confirmDelete">
<form method="get" action="confirmDelete" style="margin-top:1em">
<f:submit value="${%Delete this build}" />
</form>
</j:if>
......
......@@ -27,7 +27,7 @@ THE SOFTWARE.
-->
<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">
<j:if test="${it.parent.logRotator!=null}">
<form method="get" action="toggleLogKeep">
<form method="get" action="toggleLogKeep" style="margin-top:1em">
<j:if test="${it.keepLog}">
<f:submit value="${%Don't keep this build forever}" />
</j:if>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册