Skip to content

Commit

Permalink
Merge branch 'JENKINS-31162' of github.com:recena/jenkins into jmr-31162
Browse files Browse the repository at this point in the history
  • Loading branch information
gusreiber committed Mar 22, 2016
2 parents 9c55ae6 + c27621d commit 84fbdca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/src/main/resources/hudson/model/View/newJob.jelly
Expand Up @@ -36,11 +36,8 @@ THE SOFTWARE.

<st:include page="sidepanel.jelly" />
<l:main-panel>
<j:invokeStatic var="jobs" className="hudson.model.Items" method="all">
<j:arg type="hudson.model.ItemGroup" value="${it.ownerItemGroup}"/>
</j:invokeStatic>

<s:form method="post" action="${attrs.action?:'createItem'}" name="createItem">
<s:form method="post" action="createItem" name="createItem">

<j:if test="${!empty(app.itemMap)}">
<s:block>
Expand Down

0 comments on commit 84fbdca

Please sign in to comment.