Active Twitch Drops Campaigns
+Twitch Drops
++Latest drops are shown first within each game. Click on a campaign or game title to see more details. +Hover over the end time to see the exact date and time. +-
+
diff --git a/templates/twitch/org_list.html b/templates/twitch/org_list.html
index 88a5ab5..1a9e142 100644
--- a/templates/twitch/org_list.html
+++ b/templates/twitch/org_list.html
@@ -3,21 +3,26 @@
Organizations
{% endblock title %}
{% block content %}
-
[rss - all campaigns]
+ style="margin-right: 1rem"
+ title="RSS feed for all campaigns">RSS feed for campaigns
+ |
[atom - all campaigns]
+ title="Atom feed for campaigns">Atom feed for campaigns
{% if campaigns_by_game %}
{% for game_id, game_data in campaigns_by_game.items %}
diff --git a/templates/twitch/game_detail.html b/templates/twitch/game_detail.html
index 3f18c0f..da3b2fa 100644
--- a/templates/twitch/game_detail.html
+++ b/templates/twitch/game_detail.html
@@ -21,6 +21,14 @@
{{ game.display_name }}
{% if game.display_name != game.name and game.name %}({{ game.name }}){% endif %}
+
+
+ RSS feed for {{ game.display_name }} campaigns
+ |
+ Atom feed for {{ game.display_name }} campaigns
+
{% if game.box_art_best_url %}
{% picture game.box_art_best_url alt=game.name width=160 %}
@@ -35,13 +43,6 @@
{% endfor %}
{% endif %}
-
-
- [rss - {{ game.display_name|default:game.name|lower }}]
- [atom - {{ game.display_name|default:game.name|lower }}]
-
{% if active_campaigns %}