diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 01:01:35 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 01:01:35 -0400 |
commit | 753784954794259c6a674a7b33e8b1e0105f55d1 (patch) | |
tree | a2354d1530bbb20f857f70333b9005a96b3b2f1c /templates/public | |
parent | f9fb5909bbcb5f5ff727a2d8f0081a4185138414 (diff) |
add BUGTRACKER_URL
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/feeds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/feeds.html b/templates/public/feeds.html index f298de7f..91cd9e71 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -61,7 +61,7 @@ <h3>Development Feeds</h3> <p>Subscribe to any of the following to track bug tickets and feature - requests from the <a href="https://bugs.archlinux.org/" title="Arch Linux Bugs">Arch Linux Bugtracker</a>:</p> + requests from the <a href="{{BUGTRACKER_URL}}" title="{{BRANDING_DISTRONAME}} Bugs">{{BRANDING_DISTRONAME}} Bugtracker</a>:</p> <table class="pretty2"> <thead> |