]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
webish: remove 'URI-link' from directory page, now that we only use URI-links
authorBrian Warner <warner@allmydata.com>
Wed, 30 Jan 2008 01:11:09 +0000 (18:11 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 30 Jan 2008 01:11:09 +0000 (18:11 -0700)
src/allmydata/webish.py

index dda50a56c401f49d363ae7cf4e5bcde7335edcf6..71b524c8d819d2f381109e66dc38f36b672562e4 100644 (file)
@@ -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])