Skip to content

Commit

Permalink
Merge pull request #1457 from sa2ajj/fix-waterfall-category-link
Browse files Browse the repository at this point in the history
make the link relative
  • Loading branch information
Mikhail Sobolev committed Dec 18, 2014
2 parents 7b9fb2d + e98c2f9 commit dfa5030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/status/web/templates/waterfall.html
Expand Up @@ -11,7 +11,7 @@ <h1 style="display: inline;">Waterfall</h1>
{% if categories|length > 1 %}
<p><b>Categories:</b>
{% for c in categories %}
<a href="/waterfall?category={{ c }}">{{ c }}</a> &nbsp;
<a href="?category={{ c }}">{{ c }}</a> &nbsp;
{% endfor -%}
</p>
{% endif %}
Expand Down

0 comments on commit dfa5030

Please sign in to comment.