Skip to content

Commit

Permalink
Merge pull request #67 from ssogabe/JENKINS-13413
Browse files Browse the repository at this point in the history
[FIXED JENKINS-13413] Git icon(git-48x48.png) missing in job page.
  • Loading branch information
ndeloof committed May 10, 2012
2 parents ebfca93 + 8fa49db commit 85d046f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<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">
<t:summary icon="${resURL}/plugin/git/icons/git-48x48.png">
<t:summary icon="/plugin/git/icons/git-48x48.png">

<b>Revision</b>: ${it.lastBuiltRevision.sha1.name()}
<j:if test="${it.scmName}"> from <b>SCM:</b> ${it.scmName}</j:if>
Expand Down

0 comments on commit 85d046f

Please sign in to comment.