Skip to content

Commit

Permalink
[FIXED JENKINS-13413] Git icon(git-48x48.png) missing in job page.
Browse files Browse the repository at this point in the history
<t:summary> supports cached static resources since 1.463.
  • Loading branch information
ssogabe committed May 9, 2012
1 parent ebfca93 commit 8fa49db
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 8fa49db

Please sign in to comment.