From: Brian Warner Date: Wed, 30 Jan 2008 01:11:09 +0000 (-0700) Subject: webish: remove 'URI-link' from directory page, now that we only use URI-links X-Git-Tag: allmydata-tahoe-0.8.0~206 X-Git-Url: https://git.rkrishnan.org/quickstart.html?a=commitdiff_plain;h=583cc34d2f188476fc051b4512c61dd63cd3c6de;p=tahoe-lafs%2Ftahoe-lafs.git webish: remove 'URI-link' from directory page, now that we only use URI-links --- diff --git a/src/allmydata/webish.py b/src/allmydata/webish.py index dda50a56..71b524c8 100644 --- a/src/allmydata/webish.py +++ b/src/allmydata/webish.py @@ -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])