mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-10 09:51:51 +02:00
Search gists on user profile with title, visibility, language & topics (#422)
This commit is contained in:
@ -137,6 +137,7 @@ func ProcessCreate(ctx *context.Context) error {
|
||||
}
|
||||
|
||||
gist.AddInIndex()
|
||||
gist.UpdateLanguages()
|
||||
|
||||
return ctx.RedirectTo("/" + user.Username + "/" + gist.Identifier())
|
||||
}
|
||||
|
Reference in New Issue
Block a user