Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
[FIXED JENKINS-13491] Center the affected source line in source view.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 27, 2012
1 parent 418edb1 commit 7e77046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions src/main/resources/dry/warning.jelly

This file was deleted.

@@ -1,5 +1,5 @@
<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:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:u="/util" xmlns:f="/lib/form"
xmlns:i="jelly:fmt" xmlns:local="local" xmlns:dry="/dry">
<st:header name="Content-Type" value="text/html;charset=UTF-8" />

Expand All @@ -16,11 +16,11 @@
<j:choose>
<j:when test="${warning.size() &lt; 40}">
<div tooltip="${warning.formattedSourceCode}" nodismiss="">
<dry:warning />
<u:sourceLink it="${it}" warning="${warning}"/>
</div>
</j:when>
<j:otherwise>
<dry:warning />
<u:sourceLink it="${it}" warning="${warning}"/>
</j:otherwise>
</j:choose>
</td>
Expand Down

0 comments on commit 7e77046

Please sign in to comment.