summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-10-04 13:32:54 -0500
committerDan McGee <dan@archlinux.org>2012-10-04 13:32:54 -0500
commit8463c3c121c2a7afcbcca08b9b1ef6b5d1782587 (patch)
tree688703c83618b894255a288810c944b435c23eba
parent1decbc079ff8ab9798cef0ca02310357f8f4ba0c (diff)
downloadarchweb-8463c3c121c2a7afcbcca08b9b1ef6b5d1782587.tar.gz
archweb-8463c3c121c2a7afcbcca08b9b1ef6b5d1782587.zip
Update bugs link for feeds for all projects
Apparantly 'project=99' is not the correct way to do this; 'project=0' is. Flip the links so they all use the new form. FS#31561. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/public/feeds.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index f5378afb..4a24b8d5 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -82,9 +82,9 @@
<tbody>
<tr>
<td>All Projects</td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=99" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=99" class="rss">Feed</a></td>
- <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=99" class="rss">Feed</a></td>
+ <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=0" class="rss">Feed</a></td>
+ <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=0" class="rss">Feed</a></td>
+ <td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=0" class="rss">Feed</a></td>
</tr><tr>
<td>Arch Linux</td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=1" class="rss">Feed</a></td>