~loggerhead-team/loggerhead/1.6

« back to all changes in this revision

Viewing changes to loggerhead/templatefunctions.py

  • Committer: Martin Albisetti
  • Date: 2008-08-13 19:59:14 UTC
  • mfrom: (207.1.10 unify-templates)
  • Revision ID: argentina@gmail.com-20080813195914-hmx1fcoaqgl2g9xk
Fixed an issue with the feed link (Paul Hummer with Matt Nordhoff's reviewing superpowers)

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):