summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/refs.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitsrht/templates/refs.html')
-rw-r--r--gitsrht/templates/refs.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/gitsrht/templates/refs.html b/gitsrht/templates/refs.html
index f63f025..9fbea6d 100644
--- a/gitsrht/templates/refs.html
+++ b/gitsrht/templates/refs.html
@@ -8,9 +8,7 @@
<link rel="alternate"
title="{{ repo.owner.canonical_name }}/{{ repo.name }} refs"
type="application/rss+xml"
- href="{{ root }}{{ url_for('repo.refs_rss',
- owner=repo.owner.canonical_name,
- repo=repo.name) }}">
+ href="{{ root }}{{ repo|refs_rss_url }}">
{% endblock %}
{% block content %}