Skip to content

Commit

Permalink
#300 Correction of the link from the Git/JIRA page
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Apr 4, 2014
1 parent f6f3473 commit c85b43c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1><small><@lh key="git-jira.issue.commits" /></small></h1>
<#list info.commits as commit>
<tr>
<td>
<a href="/gui/extension/git/commit/${commit.id?html}"><code>${commit.id?html}</code></a>
<a href="gui/extension/git/commit/${commit.id?html}"><code>${commit.id?html}</code></a>
</td>
<td>${commit.author.name?html!''}</td>
<td>${commit.shortMessage?html}</td>
Expand Down

0 comments on commit c85b43c

Please sign in to comment.