mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
fix raw link in fileview
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ func FileView(c *fiber.Ctx) error {
|
||||
"file": template.HTML(buf.String()),
|
||||
"css": template.CSS(cssbuf.String()),
|
||||
"fullname": c.Params("user") + "/" + c.Params("repo"),
|
||||
"name": c.Params("file"),
|
||||
"name": c.Params("+"),
|
||||
"branch": c.Params("branch"),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user