Fix commit id / issue id link in markdown.

This commit is contained in:
takezoe
2013-06-09 00:32:28 +09:00
parent 5c79124bf9
commit ef677bdb08
7 changed files with 50 additions and 37 deletions

View File

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