Convert the issue number and the commit id to the link.

This commit is contained in:
takezoe
2013-06-02 02:30:50 +09:00
parent 0cdb7fd5c7
commit 8f9b459123
4 changed files with 31 additions and 26 deletions

View File

@@ -55,7 +55,7 @@
@readme.map { content =>
<table class="table table-bordered">
<tr>
<td>@helpers.markdown(content)</td>
<td>@helpers.markdown(content, repository, false)</td>
</tr>
</table>
}