mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-24 20:55:16 +00:00
web: fix moreinfo link
This commit is contained in:
parent
93cd0f58a9
commit
dd834cf7e9
@ -560,7 +560,7 @@ class DirectoryAsHTML(rend.Page):
|
||||
ctx.fillSlots("size", "-")
|
||||
info_link = "%s/?t=info" % nameurl
|
||||
|
||||
moreinfourl = "%s/file/%s?t=info" % (root, quoted_uri)
|
||||
moreinfourl = "%s/uri/%s?t=info" % (root, quoted_uri)
|
||||
ctx.fillSlots("info", T.a(href=moreinfourl)["More Info"])
|
||||
|
||||
return ctx.tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user