witten
/
luminotes
Archived
1
0
Fork 0

Disabling RSS subscription link (except for blog), because it only works if you're logged in and accessing it from your browser.

This commit is contained in:
Dan Helfman 2008-04-18 20:59:09 +00:00
parent 1ca9af536c
commit 9bf3762fe6
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class Link_area( Div ):
class_ = u"link_area_item",
) or None,
Div(
( notebook.name == u"Luminotes blog" ) and Div(
A(
u"subscribe to rss",
href = u"%s?rss" % notebook_path,
@ -46,7 +46,7 @@ class Link_area( Div ):
( ( notebook.name == u"Luminotes blog" ) and u"the Luminotes blog." or u"this notebook." ),
),
class_ = u"link_area_item",
),
) or None,
notebook.read_write and Span(
( notebook.owner and notebook.name != u"trash" ) and Div(