witten
/
luminotes
Archived
1
0
Fork 0

Link back to forum from thread page.

This commit is contained in:
Dan Helfman 2008-10-28 14:44:30 -07:00
parent b6499fb2ea
commit da938a3313
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ class Note_tree_area( Div ):
),
id = u"note_tree_area_title",
) or None,
forum_tag and Div(
A( u"%s forum" % forum_name, href = "/forums/%s" % forum_name ),
class_ = u"link_area_item",
) or None,
( not forum_tag ) and self.make_tree(
[ self.make_item(
title = note.title,