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

@@ -160,7 +160,7 @@ trait WikiControllerBase extends ControllerBase { self: WikiService =>
val repository = params("repository")
val content = params("content")
contentType = "text/html"
view.helpers.markdown(content, JGitUtil.getRepositoryInfo(owner, repository, servletContext))
view.helpers.markdown(content, JGitUtil.getRepositoryInfo(owner, repository, servletContext), true)
}
/**