Skip to content

Commit

Permalink
Moved the committer name to a seperate line
Browse files Browse the repository at this point in the history
  • Loading branch information
petermarcoen committed Jan 29, 2015
1 parent 7054187 commit 798c729
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,16 @@ THE SOFTWARE.
<j:forEach var="cs" items="${it.logs}" varStatus="loop">
<li>
${cs.msgAnnotated}
(<a href="${rootURL}/${cs.author.url}/">${cs.author}</a>/<a href="${changesBaseUrl}changes#detail${loop.index}">${%detail}</a>
(<a href="${changesBaseUrl}changes#detail${loop.index}">${%detail}</a>

<j:set var="cslink" value="${browser.getChangeSetLink(cs)}"/>
<j:if test="${cslink!=null}">
<j:text>/</j:text>
<a href="${cslink}">${browser.descriptor.displayName}</a>
</j:if>
<j:text>)</j:text>
<br/>
by <a href="${rootURL}/${cs.author.url}/">${cs.author}</a>
</li>
</j:forEach>
</ol>
Expand Down

0 comments on commit 798c729

Please sign in to comment.