mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
webish: remove 'URI-link' from directory page, now that we only use URI-links
This commit is contained in:
parent
d9d0920177
commit
583cc34d2f
@ -268,8 +268,7 @@ class Directory(rend.Page):
|
||||
|
||||
childdata = [T.a(href="%s?t=json" % name)["JSON"], ", ",
|
||||
T.a(href="%s?t=uri" % name)["URI"], ", ",
|
||||
T.a(href="%s?t=readonly-uri" % name)["readonly-URI"], ", ",
|
||||
T.a(href=uri_link)["URI-link"],
|
||||
T.a(href="%s?t=readonly-uri" % name)["readonly-URI"],
|
||||
]
|
||||
if text_plain_tag:
|
||||
childdata.extend([", ", text_plain_tag])
|
||||
|
Loading…
x
Reference in New Issue
Block a user