~loggerhead-team/loggerhead/1.6

« back to all changes in this revision

Viewing changes to loggerhead/templatefunctions.py

  • Committer: Paul Hummer
  • Date: 2008-08-13 19:51:08 UTC
  • mto: This revision was merged to the branch mainline in revision 210.
  • Revision ID: paul@ubuntu.com-20080813195108-asz00hrz3hdgvn60
Fixed an issue with the feed link

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        **templatefunctions)
82
82
 
83
83
@templatefunc
84
 
def feed_link(branch):
85
 
    return _pt('feed-link').expand(branch=branch, **templatefunctions)
 
84
def feed_link(branch, url):
 
85
    return _pt('feed-link').expand(branch=branch, url=url, **templatefunctions)
86
86
 
87
87
@templatefunc
88
88
def menu(branch, url, fileview_active=False):