qa: Fix link in issue
This commit is contained in:
parent
c9e3a9ac3c
commit
34fd07ba4e
@ -269,7 +269,7 @@ func GitLab_ExportQA(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
description := "<" + path.Join(oidcRedirectURL, "exercices", fmt.Sprintf("%d", exercice.Id), fmt.Sprintf("%d", query.Id)) + ">"
|
||||
description := "<" + oidcRedirectURL + path.Join(c.MustGet("baseurl").(string), "exercices", fmt.Sprintf("%d", exercice.Id), fmt.Sprintf("%d", query.Id)) + ">"
|
||||
|
||||
if len(comments) > 0 {
|
||||
for i, comment := range comments {
|
||||
|
Loading…
x
Reference in New Issue
Block a user