Skip to content

Commit

Permalink
[FIXED JENKINS-22112] Show commiter name on build status page
Browse files Browse the repository at this point in the history
  • Loading branch information
petermarcoen committed Jan 29, 2015
1 parent 205ef51 commit 7054187
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ THE SOFTWARE.
<j:forEach var="cs" items="${it.logs}" varStatus="loop">
<li>
${cs.msgAnnotated}
(<a href="${changesBaseUrl}changes#detail${loop.index}">${%detail}</a>
(<a href="${rootURL}/${cs.author.url}/">${cs.author}</a>/<a href="${changesBaseUrl}changes#detail${loop.index}">${%detail}</a>

<j:set var="cslink" value="${browser.getChangeSetLink(cs)}"/>
<j:if test="${cslink!=null}">
Expand Down

0 comments on commit 7054187

Please sign in to comment.