We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b62916 commit b52e8deCopy full SHA for b52e8de
routers/repo/commit.go
@@ -201,6 +201,8 @@ func FileHistory(ctx *context.Context) {
201
func Diff(ctx *context.Context) {
202
ctx.Data["PageIsDiff"] = true
203
ctx.Data["RequireHighlightJS"] = true
204
+ ctx.Data["RequireSimpleMDE"] = true
205
+ ctx.Data["RequireTribute"] = true
206
207
userName := ctx.Repo.Owner.Name
208
repoName := ctx.Repo.Repository.Name
0 commit comments