Skip to content

Commit

Permalink
[FIXED JENKINS-25234] Improve readability of the 'schedule build' too…
Browse files Browse the repository at this point in the history
…ltip
  • Loading branch information
petermarcoen committed Jan 22, 2015
1 parent fccc349 commit 2533e0e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,11 +30,11 @@ THE SOFTWARE.
<a href="${jobBaseUrl}${job.shortUrl}build?delay=0sec">
<j:choose>
<j:when test="${job.parameterized}">
<j:set var="title" value="${%Schedule a build with parameters}"/>
<j:set var="title" value="${%Schedule a build with parameters} for ${job.fullDisplayName}"/>
<j:set var="onclick" value="${null}"/>
</j:when>
<j:otherwise>
<j:set var="title" value="${%Schedule a build}"/>
<j:set var="title" value="${%Schedule a build} for ${job.fullDisplayName}"/>
<j:set var="onclick" value="return build_${id}(this)"/>
</j:otherwise>
</j:choose>
Expand Down

0 comments on commit 2533e0e

Please sign in to comment.