Skip to content

Commit

Permalink
[JENKINS-19884] Use +/- icon instead of >>> and <<< to show and hide …
Browse files Browse the repository at this point in the history
…test failure summary
  • Loading branch information
olivergondza committed Oct 4, 2013
1 parent 9b1bcb8 commit 968acad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/hudson/failed-test.jelly
Expand Up @@ -59,8 +59,8 @@ THE SOFTWARE.
<j:set var="id" value="${h.jsStringEscape(url)}"/>
<j:set var="open" value="javascript:showStackTrace('test-${id}','${url}/summary')"/>
<j:set var="close" value="javascript:hideStackTrace('test-${id}')"/>
<a id="test-${id}-showlink" href="${open}" title="${%Show details}">&gt;&gt;&gt;</a>
<a id="test-${id}-hidelink" href="${close}" title="${%Hide details}" style="display:none">&lt;&lt;&lt;</a>
<a id="test-${id}-showlink" href="${open}" title="${%Show details}"><img src="${imagesURL}/16x16/document_add.png"/></a>
<a id="test-${id}-hidelink" href="${close}" title="${%Hide details}" style="display:none"><img src="${imagesURL}/16x16/document_delete.png"/></a>
<st:nbsp/>
<a href="${url}" class="model-link inside"><st:out value="${result.fullDisplayName}"/></a>
<j:forEach var="badge" items="${result.testActions}">
Expand Down

0 comments on commit 968acad

Please sign in to comment.