mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 22:15:51 +01:00
(refs #2)HTML parts sharing in issues and pull requests.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
pullreq: model.PullRequest,
|
||||
comments: List[model.IssueComment],
|
||||
collaborators: List[String],
|
||||
milestones: List[model.Milestone],
|
||||
milestones: List[(model.Milestone, Int, Int)],
|
||||
commits: Seq[Seq[util.JGitUtil.CommitInfo]],
|
||||
diffs: Seq[util.JGitUtil.DiffInfo],
|
||||
commitId: String,
|
||||
|
||||
Reference in New Issue
Block a user