mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-05 06:58:45 +03:00
@ -23,6 +23,10 @@ func SetEditorconfigIfExists(ctx *context.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func SetDiffViewStyle(ctx *context.Context) {
|
func SetDiffViewStyle(ctx *context.Context) {
|
||||||
|
if !ctx.IsSigned {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
userStyle = ctx.User.DiffViewStyle
|
userStyle = ctx.User.DiffViewStyle
|
||||||
queryStyle = ctx.Query("style")
|
queryStyle = ctx.Query("style")
|
||||||
|
Reference in New Issue
Block a user