mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
Convert the issue number and the commit id to the link.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user