Skip to content

Commit

Permalink
Use {{path_to_root}} to generate the RSS URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Aug 18, 2010
1 parent 776b431 commit 3a6250e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/web/templates/layout.html
Expand Up @@ -14,7 +14,7 @@
{% endif %}
<title>{{ title|e }}</title>
<link rel="stylesheet" href="{{ stylesheet }}" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ path_to_root }}rss">
{% endblock %}
</head>
<body class="interface">
Expand Down

0 comments on commit 3a6250e

Please sign in to comment.